Shades of Citrus #A8A500
Tints of Citrus #A8A500
RGB
CMYK
RGB Variations
Color information
#A8A500 (or 0xA8A500) is known color: Citrus. HEX triplet: A8, A5 and 00. RGB value is (168,165,0). Sum of RGB (Red+Green+Blue) = 168+165+0=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A500 is #575AFF. Grayscale: #939393. Windows color (decimal): -5724928 or 42408. OLE color: 42408.
HSL color Cylindrical-coordinate representation of color #A8A500: hue angle of 58.93º 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 #A8A500 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.34 |
| HSL | 58.93º | 1% | 0.33% | - |
| HSV(B) | 58.93º | 1% | 0.66% | - |
| XYZ | 29.6 | 35.24 | 5.24 | - |
| YUV | 147.09 | 44.99 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 0 | 0 | 0.02 | 1 | 0.34 | 58.93 | 1 | 0.33 |
| Hex | A8 | A5 | 0 | 0 | 2 | 64 | 22 | 3B | 64 | 21 |
| Octal | 250 | 245 | 0 | 0 | 2 | 144 | 42 | 73 | 144 | 41 |
| Binary | 10101000 | 10100101 | 0 | 0 | 10 | 1100100 | 100010 | 111011 | 1100100 | 100001 |
Color Harmonies of #A8A500
Complementary color
Monochromatic Colors of #A8A500
Black with #A8A500
Text Example
Text Example
White with #A8A500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A500; }
p { color: rgb(168,165,0); }
H1.HeaderClassName
{
color: #A8A500;
}
.AnyTagClassName
{
color: #A8A500;
}
</style>
background-color css
<style>
a { background-color: #A8A500; }
a { background-color: rgb(168,165,0); }
div.DivClassName
{
background-color: #A8A500;
}
.BgClassName
{
background-color: #A8A500;
}
</style>
border-color css
<style>
span { border-color: #A8A500; }
span { border-color: rgb(168,165,0); }
td.TdClassName
{
border-color: #A8A500;
}
.TagClassName
{
border-color: #A8A500;
}
</style>