Shades of Citrus #ABAF0E
Tints of Citrus #ABAF0E
RGB
CMYK
RGB Variations
Color information
#ABAF0E (or 0xABAF0E) is known color: Citrus. HEX triplet: AB, AF and 0E. RGB value is (171,175,14). Sum of RGB (Red+Green+Blue) = 171+175+14=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF0E is #5450F1. Grayscale: #9C9C9C. Windows color (decimal): -5525746 or 962475. OLE color: 962475.
HSL color Cylindrical-coordinate representation of color #ABAF0E: hue angle of 61.49º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABAF0E is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 14 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.31 |
| HSL | 61.49º | 0.85% | 0.37% | - |
| HSV(B) | 61.49º | 0.92% | 0.69% | - |
| XYZ | 32.2 | 39.35 | 6.31 | - |
| YUV | 155.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 14 | 0.02 | 0 | 0.92 | 0.31 | 61.49 | 0.85 | 0.37 |
| Hex | AB | AF | E | 2 | 0 | 5C | 1F | 3D | 55 | 25 |
| Octal | 253 | 257 | 16 | 2 | 0 | 134 | 37 | 75 | 125 | 45 |
| Binary | 10101011 | 10101111 | 1110 | 10 | 0 | 1011100 | 11111 | 111101 | 1010101 | 100101 |
Color Harmonies of #ABAF0E
Complementary color
Monochromatic Colors of #ABAF0E
Black with #ABAF0E
Text Example
Text Example
White with #ABAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF0E; }
p { color: rgb(171,175,14); }
H1.HeaderClassName
{
color: #ABAF0E;
}
.AnyTagClassName
{
color: #ABAF0E;
}
</style>
background-color css
<style>
a { background-color: #ABAF0E; }
a { background-color: rgb(171,175,14); }
div.DivClassName
{
background-color: #ABAF0E;
}
.BgClassName
{
background-color: #ABAF0E;
}
</style>
border-color css
<style>
span { border-color: #ABAF0E; }
span { border-color: rgb(171,175,14); }
td.TdClassName
{
border-color: #ABAF0E;
}
.TagClassName
{
border-color: #ABAF0E;
}
</style>