Shades of Citrus #AAAA06
Tints of Citrus #AAAA06
RGB
CMYK
RGB Variations
Color information
#AAAA06 (or 0xAAAA06) is known color: Citrus. HEX triplet: AA, AA and 06. RGB value is (170,170,6). Sum of RGB (Red+Green+Blue) = 170+170+6=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA06 is #5555F9. Grayscale: #979797. Windows color (decimal): -5592570 or 436906. OLE color: 436906.
HSL color Cylindrical-coordinate representation of color #AAAA06: hue angle of 60º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAAA06 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 6 | - |
| CMYK | 0 | 0 | 0.96 | 0.33 |
| HSL | 60º | 0.93% | 0.35% | - |
| HSV(B) | 60º | 0.96% | 0.67% | - |
| XYZ | 30.99 | 37.31 | 5.74 | - |
| YUV | 151.3 | 46 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 6 | 0 | 0 | 0.96 | 0.33 | 60 | 0.93 | 0.35 |
| Hex | AA | AA | 6 | 0 | 0 | 60 | 21 | 3C | 5D | 23 |
| Octal | 252 | 252 | 6 | 0 | 0 | 140 | 41 | 74 | 135 | 43 |
| Binary | 10101010 | 10101010 | 110 | 0 | 0 | 1100000 | 100001 | 111100 | 1011101 | 100011 |
Color Harmonies of #AAAA06
Complementary color
Monochromatic Colors of #AAAA06
Black with #AAAA06
Text Example
Text Example
White with #AAAA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA06; }
p { color: rgb(170,170,6); }
H1.HeaderClassName
{
color: #AAAA06;
}
.AnyTagClassName
{
color: #AAAA06;
}
</style>
background-color css
<style>
a { background-color: #AAAA06; }
a { background-color: rgb(170,170,6); }
div.DivClassName
{
background-color: #AAAA06;
}
.BgClassName
{
background-color: #AAAA06;
}
</style>
border-color css
<style>
span { border-color: #AAAA06; }
span { border-color: rgb(170,170,6); }
td.TdClassName
{
border-color: #AAAA06;
}
.TagClassName
{
border-color: #AAAA06;
}
</style>