Shades of Citrus #ABA806
Tints of Citrus #ABA806
RGB
CMYK
RGB Variations
Color information
#ABA806 (or 0xABA806) is known color: Citrus. HEX triplet: AB, A8 and 06. RGB value is (171,168,6). Sum of RGB (Red+Green+Blue) = 171+168+6=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA806 is #5457F9. Grayscale: #979797. Windows color (decimal): -5527546 or 436395. OLE color: 436395.
HSL color Cylindrical-coordinate representation of color #ABA806: hue angle of 58.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABA806 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 6 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.33 |
| HSL | 58.91º | 0.93% | 0.35% | - |
| HSV(B) | 58.91º | 0.96% | 0.67% | - |
| XYZ | 30.83 | 36.68 | 5.63 | - |
| YUV | 150.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 6 | 0 | 0.02 | 0.96 | 0.33 | 58.91 | 0.93 | 0.35 |
| Hex | AB | A8 | 6 | 0 | 2 | 60 | 21 | 3B | 5D | 23 |
| Octal | 253 | 250 | 6 | 0 | 2 | 140 | 41 | 73 | 135 | 43 |
| Binary | 10101011 | 10101000 | 110 | 0 | 10 | 1100000 | 100001 | 111011 | 1011101 | 100011 |
Color Harmonies of #ABA806
Complementary color
Monochromatic Colors of #ABA806
Black with #ABA806
Text Example
Text Example
White with #ABA806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA806; }
p { color: rgb(171,168,6); }
H1.HeaderClassName
{
color: #ABA806;
}
.AnyTagClassName
{
color: #ABA806;
}
</style>
background-color css
<style>
a { background-color: #ABA806; }
a { background-color: rgb(171,168,6); }
div.DivClassName
{
background-color: #ABA806;
}
.BgClassName
{
background-color: #ABA806;
}
</style>
border-color css
<style>
span { border-color: #ABA806; }
span { border-color: rgb(171,168,6); }
td.TdClassName
{
border-color: #ABA806;
}
.TagClassName
{
border-color: #ABA806;
}
</style>