Shades of Citrus #A6A303
Tints of Citrus #A6A303
RGB
CMYK
RGB Variations
Color information
#A6A303 (or 0xA6A303) is known color: Citrus. HEX triplet: A6, A3 and 03. RGB value is (166,163,3). Sum of RGB (Red+Green+Blue) = 166+163+3=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A303 is #595CFC. Grayscale: #929292. Windows color (decimal): -5856509 or 238502. OLE color: 238502.
HSL color Cylindrical-coordinate representation of color #A6A303: hue angle of 58.9º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6A303 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 3 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.35 |
| HSL | 58.9º | 0.96% | 0.33% | - |
| HSV(B) | 58.9º | 0.98% | 0.65% | - |
| XYZ | 28.84 | 34.31 | 5.19 | - |
| YUV | 145.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 3 | 0 | 0.02 | 0.98 | 0.35 | 58.9 | 0.96 | 0.33 |
| Hex | A6 | A3 | 3 | 0 | 2 | 62 | 23 | 3B | 60 | 21 |
| Octal | 246 | 243 | 3 | 0 | 2 | 142 | 43 | 73 | 140 | 41 |
| Binary | 10100110 | 10100011 | 11 | 0 | 10 | 1100010 | 100011 | 111011 | 1100000 | 100001 |
Color Harmonies of #A6A303
Complementary color
Monochromatic Colors of #A6A303
Black with #A6A303
Text Example
Text Example
White with #A6A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A303; }
p { color: rgb(166,163,3); }
H1.HeaderClassName
{
color: #A6A303;
}
.AnyTagClassName
{
color: #A6A303;
}
</style>
background-color css
<style>
a { background-color: #A6A303; }
a { background-color: rgb(166,163,3); }
div.DivClassName
{
background-color: #A6A303;
}
.BgClassName
{
background-color: #A6A303;
}
</style>
border-color css
<style>
span { border-color: #A6A303; }
span { border-color: rgb(166,163,3); }
td.TdClassName
{
border-color: #A6A303;
}
.TagClassName
{
border-color: #A6A303;
}
</style>