Shades of Citrus #A8A801
Tints of Citrus #A8A801
RGB
CMYK
RGB Variations
Color information
#A8A801 (or 0xA8A801) is known color: Citrus. HEX triplet: A8, A8 and 01. RGB value is (168,168,1). Sum of RGB (Red+Green+Blue) = 168+168+1=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A801 is #5757FE. Grayscale: #959595. Windows color (decimal): -5724159 or 108712. OLE color: 108712.
HSL color Cylindrical-coordinate representation of color #A8A801: hue angle of 60º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8A801 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 168 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.34 |
| HSL | 60º | 0.99% | 0.33% | - |
| HSV(B) | 60º | 0.99% | 0.66% | - |
| XYZ | 30.16 | 36.33 | 5.45 | - |
| YUV | 148.96 | 44.5 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 168 | 1 | 0 | 0 | 0.99 | 0.34 | 60 | 0.99 | 0.33 |
| Hex | A8 | A8 | 1 | 0 | 0 | 63 | 22 | 3C | 63 | 21 |
| Octal | 250 | 250 | 1 | 0 | 0 | 143 | 42 | 74 | 143 | 41 |
| Binary | 10101000 | 10101000 | 1 | 0 | 0 | 1100011 | 100010 | 111100 | 1100011 | 100001 |
Color Harmonies of #A8A801
Complementary color
Monochromatic Colors of #A8A801
Black with #A8A801
Text Example
Text Example
White with #A8A801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A801; }
p { color: rgb(168,168,1); }
H1.HeaderClassName
{
color: #A8A801;
}
.AnyTagClassName
{
color: #A8A801;
}
</style>
background-color css
<style>
a { background-color: #A8A801; }
a { background-color: rgb(168,168,1); }
div.DivClassName
{
background-color: #A8A801;
}
.BgClassName
{
background-color: #A8A801;
}
</style>
border-color css
<style>
span { border-color: #A8A801; }
span { border-color: rgb(168,168,1); }
td.TdClassName
{
border-color: #A8A801;
}
.TagClassName
{
border-color: #A8A801;
}
</style>