Shades of Citrus #A1AB19
Tints of Citrus #A1AB19
RGB
CMYK
RGB Variations
Color information
#A1AB19 (or 0xA1AB19) is known color: Citrus. HEX triplet: A1, AB and 19. RGB value is (161,171,25). Sum of RGB (Red+Green+Blue) = 161+171+25=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AB19 is #5E54E6. Grayscale: #979797. Windows color (decimal): -6182119 or 1682337. OLE color: 1682337.
HSL color Cylindrical-coordinate representation of color #A1AB19: hue angle of 64.11º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1AB19 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 25 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.33 |
| HSL | 64.11º | 0.74% | 0.38% | - |
| HSV(B) | 64.11º | 0.85% | 0.67% | - |
| XYZ | 29.44 | 36.77 | 6.47 | - |
| YUV | 151.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 25 | 0.06 | 0 | 0.85 | 0.33 | 64.11 | 0.74 | 0.38 |
| Hex | A1 | AB | 19 | 6 | 0 | 55 | 21 | 40 | 4A | 26 |
| Octal | 241 | 253 | 31 | 6 | 0 | 125 | 41 | 100 | 112 | 46 |
| Binary | 10100001 | 10101011 | 11001 | 110 | 0 | 1010101 | 100001 | 1000000 | 1001010 | 100110 |
Color Harmonies of #A1AB19
Complementary color
Monochromatic Colors of #A1AB19
Black with #A1AB19
Text Example
Text Example
White with #A1AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB19; }
p { color: rgb(161,171,25); }
H1.HeaderClassName
{
color: #A1AB19;
}
.AnyTagClassName
{
color: #A1AB19;
}
</style>
background-color css
<style>
a { background-color: #A1AB19; }
a { background-color: rgb(161,171,25); }
div.DivClassName
{
background-color: #A1AB19;
}
.BgClassName
{
background-color: #A1AB19;
}
</style>
border-color css
<style>
span { border-color: #A1AB19; }
span { border-color: rgb(161,171,25); }
td.TdClassName
{
border-color: #A1AB19;
}
.TagClassName
{
border-color: #A1AB19;
}
</style>