Shades of Citrus #A5AC12
Tints of Citrus #A5AC12
RGB
CMYK
RGB Variations
Color information
#A5AC12 (or 0xA5AC12) is known color: Citrus. HEX triplet: A5, AC and 12. RGB value is (165,172,18). Sum of RGB (Red+Green+Blue) = 165+172+18=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AC12 is #5A53ED. Grayscale: #989898. Windows color (decimal): -5919726 or 1223845. OLE color: 1223845.
HSL color Cylindrical-coordinate representation of color #A5AC12: hue angle of 62.73º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5AC12 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 18 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.33 |
| HSL | 62.73º | 0.81% | 0.37% | - |
| HSV(B) | 62.73º | 0.9% | 0.67% | - |
| XYZ | 30.38 | 37.55 | 6.22 | - |
| YUV | 152.35 | 52.18 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 18 | 0.04 | 0 | 0.90 | 0.33 | 62.73 | 0.81 | 0.37 |
| Hex | A5 | AC | 12 | 4 | 0 | 5A | 21 | 3F | 51 | 25 |
| Octal | 245 | 254 | 22 | 4 | 0 | 132 | 41 | 77 | 121 | 45 |
| Binary | 10100101 | 10101100 | 10010 | 100 | 0 | 1011010 | 100001 | 111111 | 1010001 | 100101 |
Color Harmonies of #A5AC12
Complementary color
Monochromatic Colors of #A5AC12
Black with #A5AC12
Text Example
Text Example
White with #A5AC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC12; }
p { color: rgb(165,172,18); }
H1.HeaderClassName
{
color: #A5AC12;
}
.AnyTagClassName
{
color: #A5AC12;
}
</style>
background-color css
<style>
a { background-color: #A5AC12; }
a { background-color: rgb(165,172,18); }
div.DivClassName
{
background-color: #A5AC12;
}
.BgClassName
{
background-color: #A5AC12;
}
</style>
border-color css
<style>
span { border-color: #A5AC12; }
span { border-color: rgb(165,172,18); }
td.TdClassName
{
border-color: #A5AC12;
}
.TagClassName
{
border-color: #A5AC12;
}
</style>