Shades of Citrus #A1AB01
Tints of Citrus #A1AB01
RGB
CMYK
RGB Variations
Color information
#A1AB01 (or 0xA1AB01) is known color: Citrus. HEX triplet: A1, AB and 01. RGB value is (161,171,1). Sum of RGB (Red+Green+Blue) = 161+171+1=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AB01 is #5E54FE. Grayscale: #959595. Windows color (decimal): -6182143 or 109473. OLE color: 109473.
HSL color Cylindrical-coordinate representation of color #A1AB01: hue angle of 63.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1AB01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.33 |
| HSL | 63.53º | 0.99% | 0.34% | - |
| HSV(B) | 63.53º | 0.99% | 0.67% | - |
| XYZ | 29.27 | 36.71 | 5.57 | - |
| YUV | 148.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 1 | 0.06 | 0 | 0.99 | 0.33 | 63.53 | 0.99 | 0.34 |
| Hex | A1 | AB | 1 | 6 | 0 | 63 | 21 | 40 | 63 | 22 |
| Octal | 241 | 253 | 1 | 6 | 0 | 143 | 41 | 100 | 143 | 42 |
| Binary | 10100001 | 10101011 | 1 | 110 | 0 | 1100011 | 100001 | 1000000 | 1100011 | 100010 |
Color Harmonies of #A1AB01
Complementary color
Monochromatic Colors of #A1AB01
Black with #A1AB01
Text Example
Text Example
White with #A1AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB01; }
p { color: rgb(161,171,1); }
H1.HeaderClassName
{
color: #A1AB01;
}
.AnyTagClassName
{
color: #A1AB01;
}
</style>
background-color css
<style>
a { background-color: #A1AB01; }
a { background-color: rgb(161,171,1); }
div.DivClassName
{
background-color: #A1AB01;
}
.BgClassName
{
background-color: #A1AB01;
}
</style>
border-color css
<style>
span { border-color: #A1AB01; }
span { border-color: rgb(161,171,1); }
td.TdClassName
{
border-color: #A1AB01;
}
.TagClassName
{
border-color: #A1AB01;
}
</style>