Shades of Citrus #A8AB12
Tints of Citrus #A8AB12
RGB
CMYK
RGB Variations
Color information
#A8AB12 (or 0xA8AB12) is known color: Citrus. HEX triplet: A8, AB and 12. RGB value is (168,171,18). Sum of RGB (Red+Green+Blue) = 168+171+18=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AB12 is #5754ED. Grayscale: #999999. Windows color (decimal): -5723374 or 1223592. OLE color: 1223592.
HSL color Cylindrical-coordinate representation of color #A8AB12: hue angle of 61.18º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8AB12 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 18 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.33 |
| HSL | 61.18º | 0.81% | 0.37% | - |
| HSV(B) | 61.18º | 0.89% | 0.67% | - |
| XYZ | 30.82 | 37.49 | 6.18 | - |
| YUV | 152.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 18 | 0.02 | 0 | 0.89 | 0.33 | 61.18 | 0.81 | 0.37 |
| Hex | A8 | AB | 12 | 2 | 0 | 59 | 21 | 3D | 51 | 25 |
| Octal | 250 | 253 | 22 | 2 | 0 | 131 | 41 | 75 | 121 | 45 |
| Binary | 10101000 | 10101011 | 10010 | 10 | 0 | 1011001 | 100001 | 111101 | 1010001 | 100101 |
Color Harmonies of #A8AB12
Complementary color
Monochromatic Colors of #A8AB12
Black with #A8AB12
Text Example
Text Example
White with #A8AB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB12; }
p { color: rgb(168,171,18); }
H1.HeaderClassName
{
color: #A8AB12;
}
.AnyTagClassName
{
color: #A8AB12;
}
</style>
background-color css
<style>
a { background-color: #A8AB12; }
a { background-color: rgb(168,171,18); }
div.DivClassName
{
background-color: #A8AB12;
}
.BgClassName
{
background-color: #A8AB12;
}
</style>
border-color css
<style>
span { border-color: #A8AB12; }
span { border-color: rgb(168,171,18); }
td.TdClassName
{
border-color: #A8AB12;
}
.TagClassName
{
border-color: #A8AB12;
}
</style>