Shades of Citrus #ABA606
Tints of Citrus #ABA606
RGB
CMYK
RGB Variations
Color information
#ABA606 (or 0xABA606) is known color: Citrus. HEX triplet: AB, A6 and 06. RGB value is (171,166,6). Sum of RGB (Red+Green+Blue) = 171+166+6=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA606 is #5459F9. Grayscale: #959595. Windows color (decimal): -5528058 or 435883. OLE color: 435883.
HSL color Cylindrical-coordinate representation of color #ABA606: hue angle of 58.18º 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 #ABA606 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 6 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.33 |
| HSL | 58.18º | 0.93% | 0.35% | - |
| HSV(B) | 58.18º | 0.96% | 0.67% | - |
| XYZ | 30.46 | 35.94 | 5.5 | - |
| YUV | 149.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 6 | 0 | 0.03 | 0.96 | 0.33 | 58.18 | 0.93 | 0.35 |
| Hex | AB | A6 | 6 | 0 | 3 | 60 | 21 | 3A | 5D | 23 |
| Octal | 253 | 246 | 6 | 0 | 3 | 140 | 41 | 72 | 135 | 43 |
| Binary | 10101011 | 10100110 | 110 | 0 | 11 | 1100000 | 100001 | 111010 | 1011101 | 100011 |
Color Harmonies of #ABA606
Complementary color
Monochromatic Colors of #ABA606
Black with #ABA606
Text Example
Text Example
White with #ABA606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA606; }
p { color: rgb(171,166,6); }
H1.HeaderClassName
{
color: #ABA606;
}
.AnyTagClassName
{
color: #ABA606;
}
</style>
background-color css
<style>
a { background-color: #ABA606; }
a { background-color: rgb(171,166,6); }
div.DivClassName
{
background-color: #ABA606;
}
.BgClassName
{
background-color: #ABA606;
}
</style>
border-color css
<style>
span { border-color: #ABA606; }
span { border-color: rgb(171,166,6); }
td.TdClassName
{
border-color: #ABA606;
}
.TagClassName
{
border-color: #ABA606;
}
</style>