Shades of Citrus #A8A405
Tints of Citrus #A8A405
RGB
CMYK
RGB Variations
Color information
#A8A405 (or 0xA8A405) is known color: Citrus. HEX triplet: A8, A4 and 05. RGB value is (168,164,5). Sum of RGB (Red+Green+Blue) = 168+164+5=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A405 is #575BFA. Grayscale: #939393. Windows color (decimal): -5725179 or 369832. OLE color: 369832.
HSL color Cylindrical-coordinate representation of color #A8A405: hue angle of 58.53º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8A405 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.34 |
| HSL | 58.53º | 0.94% | 0.34% | - |
| HSV(B) | 58.53º | 0.97% | 0.66% | - |
| XYZ | 29.45 | 34.89 | 5.33 | - |
| YUV | 147.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 5 | 0 | 0.02 | 0.97 | 0.34 | 58.53 | 0.94 | 0.34 |
| Hex | A8 | A4 | 5 | 0 | 2 | 61 | 22 | 3B | 5E | 22 |
| Octal | 250 | 244 | 5 | 0 | 2 | 141 | 42 | 73 | 136 | 42 |
| Binary | 10101000 | 10100100 | 101 | 0 | 10 | 1100001 | 100010 | 111011 | 1011110 | 100010 |
Color Harmonies of #A8A405
Complementary color
Monochromatic Colors of #A8A405
Black with #A8A405
Text Example
Text Example
White with #A8A405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A405; }
p { color: rgb(168,164,5); }
H1.HeaderClassName
{
color: #A8A405;
}
.AnyTagClassName
{
color: #A8A405;
}
</style>
background-color css
<style>
a { background-color: #A8A405; }
a { background-color: rgb(168,164,5); }
div.DivClassName
{
background-color: #A8A405;
}
.BgClassName
{
background-color: #A8A405;
}
</style>
border-color css
<style>
span { border-color: #A8A405; }
span { border-color: rgb(168,164,5); }
td.TdClassName
{
border-color: #A8A405;
}
.TagClassName
{
border-color: #A8A405;
}
</style>