Shades of Citrus #AAAA0F
Tints of Citrus #AAAA0F
RGB
CMYK
RGB Variations
Color information
#AAAA0F (or 0xAAAA0F) is known color: Citrus. HEX triplet: AA, AA and 0F. RGB value is (170,170,15). Sum of RGB (Red+Green+Blue) = 170+170+15=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA0F is #5555F0. Grayscale: #989898. Windows color (decimal): -5592561 or 1026730. OLE color: 1026730.
HSL color Cylindrical-coordinate representation of color #AAAA0F: hue angle of 60º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAAA0F is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 15 | - |
| CMYK | 0 | 0 | 0.91 | 0.33 |
| HSL | 60º | 0.84% | 0.36% | - |
| HSV(B) | 60º | 0.91% | 0.67% | - |
| XYZ | 31.04 | 37.33 | 6.02 | - |
| YUV | 152.33 | 50.5 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 15 | 0 | 0 | 0.91 | 0.33 | 60 | 0.84 | 0.36 |
| Hex | AA | AA | F | 0 | 0 | 5B | 21 | 3C | 54 | 24 |
| Octal | 252 | 252 | 17 | 0 | 0 | 133 | 41 | 74 | 124 | 44 |
| Binary | 10101010 | 10101010 | 1111 | 0 | 0 | 1011011 | 100001 | 111100 | 1010100 | 100100 |
Color Harmonies of #AAAA0F
Complementary color
Monochromatic Colors of #AAAA0F
Black with #AAAA0F
Text Example
Text Example
White with #AAAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA0F; }
p { color: rgb(170,170,15); }
H1.HeaderClassName
{
color: #AAAA0F;
}
.AnyTagClassName
{
color: #AAAA0F;
}
</style>
background-color css
<style>
a { background-color: #AAAA0F; }
a { background-color: rgb(170,170,15); }
div.DivClassName
{
background-color: #AAAA0F;
}
.BgClassName
{
background-color: #AAAA0F;
}
</style>
border-color css
<style>
span { border-color: #AAAA0F; }
span { border-color: rgb(170,170,15); }
td.TdClassName
{
border-color: #AAAA0F;
}
.TagClassName
{
border-color: #AAAA0F;
}
</style>