Shades of Citrus #AAB408
Tints of Citrus #AAB408
RGB
CMYK
RGB Variations
Color information
#AAB408 (or 0xAAB408) is known color: Citrus. HEX triplet: AA, B4 and 08. RGB value is (170,180,8). Sum of RGB (Red+Green+Blue) = 170+180+8=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB408 is #554BF7. Grayscale: #9E9E9E. Windows color (decimal): -5590008 or 570538. OLE color: 570538.
HSL color Cylindrical-coordinate representation of color #AAB408: hue angle of 63.49º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB408 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.29 |
| HSL | 63.49º | 0.91% | 0.37% | - |
| HSV(B) | 63.49º | 0.96% | 0.71% | - |
| XYZ | 32.94 | 41.21 | 6.45 | - |
| YUV | 157.4 | 43.69 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 8 | 0.06 | 0 | 0.96 | 0.29 | 63.49 | 0.91 | 0.37 |
| Hex | AA | B4 | 8 | 6 | 0 | 60 | 1D | 3F | 5B | 25 |
| Octal | 252 | 264 | 10 | 6 | 0 | 140 | 35 | 77 | 133 | 45 |
| Binary | 10101010 | 10110100 | 1000 | 110 | 0 | 1100000 | 11101 | 111111 | 1011011 | 100101 |
Color Harmonies of #AAB408
Complementary color
Monochromatic Colors of #AAB408
Black with #AAB408
Text Example
Text Example
White with #AAB408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB408; }
p { color: rgb(170,180,8); }
H1.HeaderClassName
{
color: #AAB408;
}
.AnyTagClassName
{
color: #AAB408;
}
</style>
background-color css
<style>
a { background-color: #AAB408; }
a { background-color: rgb(170,180,8); }
div.DivClassName
{
background-color: #AAB408;
}
.BgClassName
{
background-color: #AAB408;
}
</style>
border-color css
<style>
span { border-color: #AAB408; }
span { border-color: rgb(170,180,8); }
td.TdClassName
{
border-color: #AAB408;
}
.TagClassName
{
border-color: #AAB408;
}
</style>