Shades of Citrus #A5A200
Tints of Citrus #A5A200
RGB
CMYK
RGB Variations
Color information
#A5A200 (or 0xA5A200) is known color: Citrus. HEX triplet: A5, A2 and 00. RGB value is (165,162,0). Sum of RGB (Red+Green+Blue) = 165+162+0=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A200 is #5A5DFF. Grayscale: #919191. Windows color (decimal): -5922304 or 41637. OLE color: 41637.
HSL color Cylindrical-coordinate representation of color #A5A200: hue angle of 58.91º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5A200 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 162 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.35 |
| HSL | 58.91º | 1% | 0.32% | - |
| HSV(B) | 58.91º | 1% | 0.65% | - |
| XYZ | 28.44 | 33.84 | 5.03 | - |
| YUV | 144.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 162 | 0 | 0 | 0.02 | 1 | 0.35 | 58.91 | 1 | 0.32 |
| Hex | A5 | A2 | 0 | 0 | 2 | 64 | 23 | 3B | 64 | 20 |
| Octal | 245 | 242 | 0 | 0 | 2 | 144 | 43 | 73 | 144 | 40 |
| Binary | 10100101 | 10100010 | 0 | 0 | 10 | 1100100 | 100011 | 111011 | 1100100 | 100000 |
Color Harmonies of #A5A200
Complementary color
Monochromatic Colors of #A5A200
Black with #A5A200
Text Example
Text Example
White with #A5A200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A200; }
p { color: rgb(165,162,0); }
H1.HeaderClassName
{
color: #A5A200;
}
.AnyTagClassName
{
color: #A5A200;
}
</style>
background-color css
<style>
a { background-color: #A5A200; }
a { background-color: rgb(165,162,0); }
div.DivClassName
{
background-color: #A5A200;
}
.BgClassName
{
background-color: #A5A200;
}
</style>
border-color css
<style>
span { border-color: #A5A200; }
span { border-color: rgb(165,162,0); }
td.TdClassName
{
border-color: #A5A200;
}
.TagClassName
{
border-color: #A5A200;
}
</style>