Shades of Citrus #AFAC00
Tints of Citrus #AFAC00
RGB
CMYK
RGB Variations
Color information
#AFAC00 (or 0xAFAC00) is known color: Citrus. HEX triplet: AF, AC and 00. RGB value is (175,172,0). Sum of RGB (Red+Green+Blue) = 175+172+0=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAC00 is #5053FF. Grayscale: #999999. Windows color (decimal): -5264384 or 44207. OLE color: 44207.
HSL color Cylindrical-coordinate representation of color #AFAC00: hue angle of 58.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFAC00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.31 |
| HSL | 58.97º | 1% | 0.34% | - |
| HSV(B) | 58.97º | 1% | 0.69% | - |
| XYZ | 32.43 | 38.62 | 5.74 | - |
| YUV | 153.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 0 | 0 | 0.02 | 1 | 0.31 | 58.97 | 1 | 0.34 |
| Hex | AF | AC | 0 | 0 | 2 | 64 | 1F | 3B | 64 | 22 |
| Octal | 257 | 254 | 0 | 0 | 2 | 144 | 37 | 73 | 144 | 42 |
| Binary | 10101111 | 10101100 | 0 | 0 | 10 | 1100100 | 11111 | 111011 | 1100100 | 100010 |
Color Harmonies of #AFAC00
Complementary color
Monochromatic Colors of #AFAC00
Black with #AFAC00
Text Example
Text Example
White with #AFAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC00; }
p { color: rgb(175,172,0); }
H1.HeaderClassName
{
color: #AFAC00;
}
.AnyTagClassName
{
color: #AFAC00;
}
</style>
background-color css
<style>
a { background-color: #AFAC00; }
a { background-color: rgb(175,172,0); }
div.DivClassName
{
background-color: #AFAC00;
}
.BgClassName
{
background-color: #AFAC00;
}
</style>
border-color css
<style>
span { border-color: #AFAC00; }
span { border-color: rgb(175,172,0); }
td.TdClassName
{
border-color: #AFAC00;
}
.TagClassName
{
border-color: #AFAC00;
}
</style>