Shades of Citrus #A5A306
Tints of Citrus #A5A306
RGB
CMYK
RGB Variations
Color information
#A5A306 (or 0xA5A306) is known color: Citrus. HEX triplet: A5, A3 and 06. RGB value is (165,163,6). Sum of RGB (Red+Green+Blue) = 165+163+6=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A306 is #5A5CF9. Grayscale: #929292. Windows color (decimal): -5922042 or 435109. OLE color: 435109.
HSL color Cylindrical-coordinate representation of color #A5A306: hue angle of 59.25º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5A306 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 6 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.35 |
| HSL | 59.25º | 0.93% | 0.34% | - |
| HSV(B) | 59.25º | 0.96% | 0.65% | - |
| XYZ | 28.65 | 34.21 | 5.27 | - |
| YUV | 145.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 6 | 0 | 0.01 | 0.96 | 0.35 | 59.25 | 0.93 | 0.34 |
| Hex | A5 | A3 | 6 | 0 | 1 | 60 | 23 | 3B | 5D | 22 |
| Octal | 245 | 243 | 6 | 0 | 1 | 140 | 43 | 73 | 135 | 42 |
| Binary | 10100101 | 10100011 | 110 | 0 | 1 | 1100000 | 100011 | 111011 | 1011101 | 100010 |
Color Harmonies of #A5A306
Complementary color
Monochromatic Colors of #A5A306
Black with #A5A306
Text Example
Text Example
White with #A5A306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A306; }
p { color: rgb(165,163,6); }
H1.HeaderClassName
{
color: #A5A306;
}
.AnyTagClassName
{
color: #A5A306;
}
</style>
background-color css
<style>
a { background-color: #A5A306; }
a { background-color: rgb(165,163,6); }
div.DivClassName
{
background-color: #A5A306;
}
.BgClassName
{
background-color: #A5A306;
}
</style>
border-color css
<style>
span { border-color: #A5A306; }
span { border-color: rgb(165,163,6); }
td.TdClassName
{
border-color: #A5A306;
}
.TagClassName
{
border-color: #A5A306;
}
</style>