Shades of Citrus #A6AB08
Tints of Citrus #A6AB08
RGB
CMYK
RGB Variations
Color information
#A6AB08 (or 0xA6AB08) is known color: Citrus. HEX triplet: A6, AB and 08. RGB value is (166,171,8). Sum of RGB (Red+Green+Blue) = 166+171+8=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AB08 is #5954F7. Grayscale: #979797. Windows color (decimal): -5854456 or 568230. OLE color: 568230.
HSL color Cylindrical-coordinate representation of color #A6AB08: hue angle of 61.84º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6AB08 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 8 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.33 |
| HSL | 61.84º | 0.91% | 0.35% | - |
| HSV(B) | 61.84º | 0.95% | 0.67% | - |
| XYZ | 30.33 | 37.25 | 5.82 | - |
| YUV | 150.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 8 | 0.03 | 0 | 0.95 | 0.33 | 61.84 | 0.91 | 0.35 |
| Hex | A6 | AB | 8 | 3 | 0 | 5F | 21 | 3E | 5B | 23 |
| Octal | 246 | 253 | 10 | 3 | 0 | 137 | 41 | 76 | 133 | 43 |
| Binary | 10100110 | 10101011 | 1000 | 11 | 0 | 1011111 | 100001 | 111110 | 1011011 | 100011 |
Color Harmonies of #A6AB08
Complementary color
Monochromatic Colors of #A6AB08
Black with #A6AB08
Text Example
Text Example
White with #A6AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB08; }
p { color: rgb(166,171,8); }
H1.HeaderClassName
{
color: #A6AB08;
}
.AnyTagClassName
{
color: #A6AB08;
}
</style>
background-color css
<style>
a { background-color: #A6AB08; }
a { background-color: rgb(166,171,8); }
div.DivClassName
{
background-color: #A6AB08;
}
.BgClassName
{
background-color: #A6AB08;
}
</style>
border-color css
<style>
span { border-color: #A6AB08; }
span { border-color: rgb(166,171,8); }
td.TdClassName
{
border-color: #A6AB08;
}
.TagClassName
{
border-color: #A6AB08;
}
</style>