Shades of Citrus #AAAF0D
Tints of Citrus #AAAF0D
RGB
CMYK
RGB Variations
Color information
#AAAF0D (or 0xAAAF0D) is known color: Citrus. HEX triplet: AA, AF and 0D. RGB value is (170,175,13). Sum of RGB (Red+Green+Blue) = 170+175+13=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAF0D is #5550F2. Grayscale: #9B9B9B. Windows color (decimal): -5591283 or 896938. OLE color: 896938.
HSL color Cylindrical-coordinate representation of color #AAAF0D: hue angle of 61.85º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAAF0D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 13 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.31 |
| HSL | 61.85º | 0.86% | 0.37% | - |
| HSV(B) | 61.85º | 0.93% | 0.69% | - |
| XYZ | 31.98 | 39.24 | 6.27 | - |
| YUV | 155.04 | 47.84 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 13 | 0.03 | 0 | 0.93 | 0.31 | 61.85 | 0.86 | 0.37 |
| Hex | AA | AF | D | 3 | 0 | 5D | 1F | 3E | 56 | 25 |
| Octal | 252 | 257 | 15 | 3 | 0 | 135 | 37 | 76 | 126 | 45 |
| Binary | 10101010 | 10101111 | 1101 | 11 | 0 | 1011101 | 11111 | 111110 | 1010110 | 100101 |
Color Harmonies of #AAAF0D
Complementary color
Monochromatic Colors of #AAAF0D
Black with #AAAF0D
Text Example
Text Example
White with #AAAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF0D; }
p { color: rgb(170,175,13); }
H1.HeaderClassName
{
color: #AAAF0D;
}
.AnyTagClassName
{
color: #AAAF0D;
}
</style>
background-color css
<style>
a { background-color: #AAAF0D; }
a { background-color: rgb(170,175,13); }
div.DivClassName
{
background-color: #AAAF0D;
}
.BgClassName
{
background-color: #AAAF0D;
}
</style>
border-color css
<style>
span { border-color: #AAAF0D; }
span { border-color: rgb(170,175,13); }
td.TdClassName
{
border-color: #AAAF0D;
}
.TagClassName
{
border-color: #AAAF0D;
}
</style>