Shades of Citrus #A8AB05
Tints of Citrus #A8AB05
RGB
CMYK
RGB Variations
Color information
#A8AB05 (or 0xA8AB05) is known color: Citrus. HEX triplet: A8, AB and 05. RGB value is (168,171,5). Sum of RGB (Red+Green+Blue) = 168+171+5=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AB05 is #5754FA. Grayscale: #979797. Windows color (decimal): -5723387 or 371624. OLE color: 371624.
HSL color Cylindrical-coordinate representation of color #A8AB05: hue angle of 61.08º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8AB05 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 5 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.33 |
| HSL | 61.08º | 0.94% | 0.35% | - |
| HSV(B) | 61.08º | 0.97% | 0.67% | - |
| XYZ | 30.74 | 37.46 | 5.75 | - |
| YUV | 151.18 | 45.51 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 5 | 0.02 | 0 | 0.97 | 0.33 | 61.08 | 0.94 | 0.35 |
| Hex | A8 | AB | 5 | 2 | 0 | 61 | 21 | 3D | 5E | 23 |
| Octal | 250 | 253 | 5 | 2 | 0 | 141 | 41 | 75 | 136 | 43 |
| Binary | 10101000 | 10101011 | 101 | 10 | 0 | 1100001 | 100001 | 111101 | 1011110 | 100011 |
Color Harmonies of #A8AB05
Complementary color
Monochromatic Colors of #A8AB05
Black with #A8AB05
Text Example
Text Example
White with #A8AB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB05; }
p { color: rgb(168,171,5); }
H1.HeaderClassName
{
color: #A8AB05;
}
.AnyTagClassName
{
color: #A8AB05;
}
</style>
background-color css
<style>
a { background-color: #A8AB05; }
a { background-color: rgb(168,171,5); }
div.DivClassName
{
background-color: #A8AB05;
}
.BgClassName
{
background-color: #A8AB05;
}
</style>
border-color css
<style>
span { border-color: #A8AB05; }
span { border-color: rgb(168,171,5); }
td.TdClassName
{
border-color: #A8AB05;
}
.TagClassName
{
border-color: #A8AB05;
}
</style>