Shades of Citrus #AFA806
Tints of Citrus #AFA806
RGB
CMYK
RGB Variations
Color information
#AFA806 (or 0xAFA806) is known color: Citrus. HEX triplet: AF, A8 and 06. RGB value is (175,168,6). Sum of RGB (Red+Green+Blue) = 175+168+6=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA806 is #5057F9. Grayscale: #989898. Windows color (decimal): -5265402 or 436399. OLE color: 436399.
HSL color Cylindrical-coordinate representation of color #AFA806: hue angle of 57.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFA806 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.31 |
| HSL | 57.51º | 0.93% | 0.35% | - |
| HSV(B) | 57.51º | 0.97% | 0.69% | - |
| XYZ | 31.71 | 37.13 | 5.67 | - |
| YUV | 151.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 6 | 0 | 0.04 | 0.97 | 0.31 | 57.51 | 0.93 | 0.35 |
| Hex | AF | A8 | 6 | 0 | 4 | 61 | 1F | 3A | 5D | 23 |
| Octal | 257 | 250 | 6 | 0 | 4 | 141 | 37 | 72 | 135 | 43 |
| Binary | 10101111 | 10101000 | 110 | 0 | 100 | 1100001 | 11111 | 111010 | 1011101 | 100011 |
Color Harmonies of #AFA806
Complementary color
Monochromatic Colors of #AFA806
Black with #AFA806
Text Example
Text Example
White with #AFA806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA806; }
p { color: rgb(175,168,6); }
H1.HeaderClassName
{
color: #AFA806;
}
.AnyTagClassName
{
color: #AFA806;
}
</style>
background-color css
<style>
a { background-color: #AFA806; }
a { background-color: rgb(175,168,6); }
div.DivClassName
{
background-color: #AFA806;
}
.BgClassName
{
background-color: #AFA806;
}
</style>
border-color css
<style>
span { border-color: #AFA806; }
span { border-color: rgb(175,168,6); }
td.TdClassName
{
border-color: #AFA806;
}
.TagClassName
{
border-color: #AFA806;
}
</style>