Shades of Citrus #A8AB16
Tints of Citrus #A8AB16
RGB
CMYK
RGB Variations
Color information
#A8AB16 (or 0xA8AB16) is known color: Citrus. HEX triplet: A8, AB and 16. RGB value is (168,171,22). Sum of RGB (Red+Green+Blue) = 168+171+22=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AB16 is #5754E9. Grayscale: #999999. Windows color (decimal): -5723370 or 1485736. OLE color: 1485736.
HSL color Cylindrical-coordinate representation of color #A8AB16: hue angle of 61.21º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8AB16 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 22 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.33 |
| HSL | 61.21º | 0.77% | 0.38% | - |
| HSV(B) | 61.21º | 0.87% | 0.67% | - |
| XYZ | 30.86 | 37.51 | 6.37 | - |
| YUV | 153.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 22 | 0.02 | 0 | 0.87 | 0.33 | 61.21 | 0.77 | 0.38 |
| Hex | A8 | AB | 16 | 2 | 0 | 57 | 21 | 3D | 4D | 26 |
| Octal | 250 | 253 | 26 | 2 | 0 | 127 | 41 | 75 | 115 | 46 |
| Binary | 10101000 | 10101011 | 10110 | 10 | 0 | 1010111 | 100001 | 111101 | 1001101 | 100110 |
Color Harmonies of #A8AB16
Complementary color
Monochromatic Colors of #A8AB16
Black with #A8AB16
Text Example
Text Example
White with #A8AB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB16; }
p { color: rgb(168,171,22); }
H1.HeaderClassName
{
color: #A8AB16;
}
.AnyTagClassName
{
color: #A8AB16;
}
</style>
background-color css
<style>
a { background-color: #A8AB16; }
a { background-color: rgb(168,171,22); }
div.DivClassName
{
background-color: #A8AB16;
}
.BgClassName
{
background-color: #A8AB16;
}
</style>
border-color css
<style>
span { border-color: #A8AB16; }
span { border-color: rgb(168,171,22); }
td.TdClassName
{
border-color: #A8AB16;
}
.TagClassName
{
border-color: #A8AB16;
}
</style>