Shades of Citrus #A8AF01
Tints of Citrus #A8AF01
RGB
CMYK
RGB Variations
Color information
#A8AF01 (or 0xA8AF01) is known color: Citrus. HEX triplet: A8, AF and 01. RGB value is (168,175,1). Sum of RGB (Red+Green+Blue) = 168+175+1=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF01 is #5750FE. Grayscale: #999999. Windows color (decimal): -5722367 or 110504. OLE color: 110504.
HSL color Cylindrical-coordinate representation of color #A8AF01: hue angle of 62.41º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8AF01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.31 |
| HSL | 62.41º | 0.99% | 0.35% | - |
| HSV(B) | 62.41º | 0.99% | 0.69% | - |
| XYZ | 31.48 | 38.99 | 5.89 | - |
| YUV | 153.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 1 | 0.04 | 0 | 0.99 | 0.31 | 62.41 | 0.99 | 0.35 |
| Hex | A8 | AF | 1 | 4 | 0 | 63 | 1F | 3E | 63 | 23 |
| Octal | 250 | 257 | 1 | 4 | 0 | 143 | 37 | 76 | 143 | 43 |
| Binary | 10101000 | 10101111 | 1 | 100 | 0 | 1100011 | 11111 | 111110 | 1100011 | 100011 |
Color Harmonies of #A8AF01
Complementary color
Monochromatic Colors of #A8AF01
Black with #A8AF01
Text Example
Text Example
White with #A8AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF01; }
p { color: rgb(168,175,1); }
H1.HeaderClassName
{
color: #A8AF01;
}
.AnyTagClassName
{
color: #A8AF01;
}
</style>
background-color css
<style>
a { background-color: #A8AF01; }
a { background-color: rgb(168,175,1); }
div.DivClassName
{
background-color: #A8AF01;
}
.BgClassName
{
background-color: #A8AF01;
}
</style>
border-color css
<style>
span { border-color: #A8AF01; }
span { border-color: rgb(168,175,1); }
td.TdClassName
{
border-color: #A8AF01;
}
.TagClassName
{
border-color: #A8AF01;
}
</style>