Shades of Citrus #AFAA0A
Tints of Citrus #AFAA0A
RGB
CMYK
RGB Variations
Color information
#AFAA0A (or 0xAFAA0A) is known color: Citrus. HEX triplet: AF, AA and 0A. RGB value is (175,170,10). Sum of RGB (Red+Green+Blue) = 175+170+10=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAA0A is #5055F5. Grayscale: #999999. Windows color (decimal): -5264886 or 699055. OLE color: 699055.
HSL color Cylindrical-coordinate representation of color #AFAA0A: hue angle of 58.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFAA0A is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 10 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.31 |
| HSL | 58.18º | 0.89% | 0.36% | - |
| HSV(B) | 58.18º | 0.94% | 0.69% | - |
| XYZ | 32.11 | 37.89 | 5.91 | - |
| YUV | 153.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 10 | 0 | 0.03 | 0.94 | 0.31 | 58.18 | 0.89 | 0.36 |
| Hex | AF | AA | A | 0 | 3 | 5E | 1F | 3A | 59 | 24 |
| Octal | 257 | 252 | 12 | 0 | 3 | 136 | 37 | 72 | 131 | 44 |
| Binary | 10101111 | 10101010 | 1010 | 0 | 11 | 1011110 | 11111 | 111010 | 1011001 | 100100 |
Color Harmonies of #AFAA0A
Complementary color
Monochromatic Colors of #AFAA0A
Black with #AFAA0A
Text Example
Text Example
White with #AFAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA0A; }
p { color: rgb(175,170,10); }
H1.HeaderClassName
{
color: #AFAA0A;
}
.AnyTagClassName
{
color: #AFAA0A;
}
</style>
background-color css
<style>
a { background-color: #AFAA0A; }
a { background-color: rgb(175,170,10); }
div.DivClassName
{
background-color: #AFAA0A;
}
.BgClassName
{
background-color: #AFAA0A;
}
</style>
border-color css
<style>
span { border-color: #AFAA0A; }
span { border-color: rgb(175,170,10); }
td.TdClassName
{
border-color: #AFAA0A;
}
.TagClassName
{
border-color: #AFAA0A;
}
</style>