Shades of Citrus #AFA600
Tints of Citrus #AFA600
RGB
CMYK
RGB Variations
Color information
#AFA600 (or 0xAFA600) is known color: Citrus. HEX triplet: AF, A6 and 00. RGB value is (175,166,0). Sum of RGB (Red+Green+Blue) = 175+166+0=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA600 is #5059FF. Grayscale: #969696. Windows color (decimal): -5265920 or 42671. OLE color: 42671.
HSL color Cylindrical-coordinate representation of color #AFA600: hue angle of 56.91º 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 #AFA600 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.31 |
| HSL | 56.91º | 1% | 0.34% | - |
| HSV(B) | 56.91º | 1% | 0.69% | - |
| XYZ | 31.32 | 36.39 | 5.37 | - |
| YUV | 149.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 0 | 0 | 0.05 | 1 | 0.31 | 56.91 | 1 | 0.34 |
| Hex | AF | A6 | 0 | 0 | 5 | 64 | 1F | 39 | 64 | 22 |
| Octal | 257 | 246 | 0 | 0 | 5 | 144 | 37 | 71 | 144 | 42 |
| Binary | 10101111 | 10100110 | 0 | 0 | 101 | 1100100 | 11111 | 111001 | 1100100 | 100010 |
Color Harmonies of #AFA600
Complementary color
Monochromatic Colors of #AFA600
Black with #AFA600
Text Example
Text Example
White with #AFA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA600; }
p { color: rgb(175,166,0); }
H1.HeaderClassName
{
color: #AFA600;
}
.AnyTagClassName
{
color: #AFA600;
}
</style>
background-color css
<style>
a { background-color: #AFA600; }
a { background-color: rgb(175,166,0); }
div.DivClassName
{
background-color: #AFA600;
}
.BgClassName
{
background-color: #AFA600;
}
</style>
border-color css
<style>
span { border-color: #AFA600; }
span { border-color: rgb(175,166,0); }
td.TdClassName
{
border-color: #AFA600;
}
.TagClassName
{
border-color: #AFA600;
}
</style>