#AABB99 Ash Tree
#AABB99 (Ash Tree) RGB value is (170, 187, 153).
Red value is 170, green value is 187, and blue value is 153.
Cylindrical-coordinate representations (HSL) of color #AABB99: hue: 90°, saturation: 20%, and lightness: 66.7%.
Process color (CMYK) of #AABB99 is 9.1%, 0%, 18.2%, 26.7%. Web safe color equivalent of #AABB99 is ##99CC99. Color #AABB99 contains mainly Cyan.
Color Spaces
| Color spaces of #AABB99 | Value |
|---|---|
| RGB | 170, 187, 153 |
| HSL | 90°, 20%, 66.7% |
| HSV / HSB | 90°, 18.2%, 73.3% |
| CMYK | 9.1%, 0%, 18.2%, 26.7% |
| XYZ | 40.1, 46.39, 36.97 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101010 | 10111011 | 10011001 |
| Octal | 252 | 273 | 231 |
| Decimal | 170 | 187 | 153 |
| Hex | AA | BB | 99 |
Shades of #AABB99
Tints of #AABB99
.mybgColor { background-color: #AABB99; }
.myforeColor { color: #AABB99; }
.myborderColor { border: 3px solid #AABB99; }
<p style="color:#AABB99">Text here</p>
This sample text is styled with font color #AABB99. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#AABB99">Div content here</div>
<div style="border:3px solid #AABB99">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170, 187, 153, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #AABB99; }
.divShadow { -moz-box-shadow: 1px 1px 3px #AABB99;
-webkit-box-shadow: 1px 1px 3px #AABB99;
box-shadow: 1px 1px 3px #AABB99; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #AABB99 (Ash Tree)
Color Overview & Profile: Color #AABB99, also known as Ash Tree, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 67% Red (170/255), 73% Green (187/255), and 60% Blue (153/255). The primary color family component is Cyan.
Print & Physical Production Specs: For physical print production and offset printing setups, #AABB99 translates into the CMYK subtractive color model with values of 9.1% Cyan, 0% Magenta, 18.2% Yellow, and 26.7% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 90°, saturation of 20%, and lightness of 66.7%.
Web Accessibility & Design Recommendations: When implementing #AABB99 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##99CC99.
