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