Shades of Citrus #A6A301
Tints of Citrus #A6A301
RGB
CMYK
RGB Variations
Color information
#A6A301 (or 0xA6A301) is known color: Citrus. HEX triplet: A6, A3 and 01. RGB value is (166,163,1). Sum of RGB (Red+Green+Blue) = 166+163+1=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A301 is #595CFE. Grayscale: #929292. Windows color (decimal): -5856511 or 107430. OLE color: 107430.
HSL color Cylindrical-coordinate representation of color #A6A301: hue angle of 58.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6A301 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.35 |
| HSL | 58.91º | 0.99% | 0.33% | - |
| HSV(B) | 58.91º | 0.99% | 0.65% | - |
| XYZ | 28.83 | 34.3 | 5.13 | - |
| YUV | 145.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 1 | 0 | 0.02 | 0.99 | 0.35 | 58.91 | 0.99 | 0.33 |
| Hex | A6 | A3 | 1 | 0 | 2 | 63 | 23 | 3B | 63 | 21 |
| Octal | 246 | 243 | 1 | 0 | 2 | 143 | 43 | 73 | 143 | 41 |
| Binary | 10100110 | 10100011 | 1 | 0 | 10 | 1100011 | 100011 | 111011 | 1100011 | 100001 |
Color Harmonies of #A6A301
Complementary color
Monochromatic Colors of #A6A301
Black with #A6A301
Text Example
Text Example
White with #A6A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A301; }
p { color: rgb(166,163,1); }
H1.HeaderClassName
{
color: #A6A301;
}
.AnyTagClassName
{
color: #A6A301;
}
</style>
background-color css
<style>
a { background-color: #A6A301; }
a { background-color: rgb(166,163,1); }
div.DivClassName
{
background-color: #A6A301;
}
.BgClassName
{
background-color: #A6A301;
}
</style>
border-color css
<style>
span { border-color: #A6A301; }
span { border-color: rgb(166,163,1); }
td.TdClassName
{
border-color: #A6A301;
}
.TagClassName
{
border-color: #A6A301;
}
</style>