Shades of Citrus #A8A809
Tints of Citrus #A8A809
RGB
CMYK
RGB Variations
Color information
#A8A809 (or 0xA8A809) is known color: Citrus. HEX triplet: A8, A8 and 09. RGB value is (168,168,9). Sum of RGB (Red+Green+Blue) = 168+168+9=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A809 is #5757F6. Grayscale: #969696. Windows color (decimal): -5724151 or 633000. OLE color: 633000.
HSL color Cylindrical-coordinate representation of color #A8A809: hue angle of 60º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8A809 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 168 | 9 | - |
| CMYK | 0 | 0 | 0.95 | 0.34 |
| HSL | 60º | 0.9% | 0.35% | - |
| HSV(B) | 60º | 0.95% | 0.66% | - |
| XYZ | 30.2 | 36.35 | 5.68 | - |
| YUV | 149.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 168 | 9 | 0 | 0 | 0.95 | 0.34 | 60 | 0.9 | 0.35 |
| Hex | A8 | A8 | 9 | 0 | 0 | 5F | 22 | 3C | 5A | 23 |
| Octal | 250 | 250 | 11 | 0 | 0 | 137 | 42 | 74 | 132 | 43 |
| Binary | 10101000 | 10101000 | 1001 | 0 | 0 | 1011111 | 100010 | 111100 | 1011010 | 100011 |
Color Harmonies of #A8A809
Complementary color
Monochromatic Colors of #A8A809
Black with #A8A809
Text Example
Text Example
White with #A8A809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A809; }
p { color: rgb(168,168,9); }
H1.HeaderClassName
{
color: #A8A809;
}
.AnyTagClassName
{
color: #A8A809;
}
</style>
background-color css
<style>
a { background-color: #A8A809; }
a { background-color: rgb(168,168,9); }
div.DivClassName
{
background-color: #A8A809;
}
.BgClassName
{
background-color: #A8A809;
}
</style>
border-color css
<style>
span { border-color: #A8A809; }
span { border-color: rgb(168,168,9); }
td.TdClassName
{
border-color: #A8A809;
}
.TagClassName
{
border-color: #A8A809;
}
</style>