Shades of Citrus #A8A301
Tints of Citrus #A8A301
RGB
CMYK
RGB Variations
Color information
#A8A301 (or 0xA8A301) is known color: Citrus. HEX triplet: A8, A3 and 01. RGB value is (168,163,1). Sum of RGB (Red+Green+Blue) = 168+163+1=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A301 is #575CFE. Grayscale: #929292. Windows color (decimal): -5725439 or 107432. OLE color: 107432.
HSL color Cylindrical-coordinate representation of color #A8A301: hue angle of 58.2º 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 #A8A301 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.34 |
| HSL | 58.2º | 0.99% | 0.33% | - |
| HSV(B) | 58.2º | 0.99% | 0.66% | - |
| XYZ | 29.25 | 34.52 | 5.15 | - |
| YUV | 146.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 1 | 0 | 0.03 | 0.99 | 0.34 | 58.2 | 0.99 | 0.33 |
| Hex | A8 | A3 | 1 | 0 | 3 | 63 | 22 | 3A | 63 | 21 |
| Octal | 250 | 243 | 1 | 0 | 3 | 143 | 42 | 72 | 143 | 41 |
| Binary | 10101000 | 10100011 | 1 | 0 | 11 | 1100011 | 100010 | 111010 | 1100011 | 100001 |
Color Harmonies of #A8A301
Complementary color
Monochromatic Colors of #A8A301
Black with #A8A301
Text Example
Text Example
White with #A8A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A301; }
p { color: rgb(168,163,1); }
H1.HeaderClassName
{
color: #A8A301;
}
.AnyTagClassName
{
color: #A8A301;
}
</style>
background-color css
<style>
a { background-color: #A8A301; }
a { background-color: rgb(168,163,1); }
div.DivClassName
{
background-color: #A8A301;
}
.BgClassName
{
background-color: #A8A301;
}
</style>
border-color css
<style>
span { border-color: #A8A301; }
span { border-color: rgb(168,163,1); }
td.TdClassName
{
border-color: #A8A301;
}
.TagClassName
{
border-color: #A8A301;
}
</style>