Shades of Citrus #A1AB0D
Tints of Citrus #A1AB0D
RGB
CMYK
RGB Variations
Color information
#A1AB0D (or 0xA1AB0D) is known color: Citrus. HEX triplet: A1, AB and 0D. RGB value is (161,171,13). Sum of RGB (Red+Green+Blue) = 161+171+13=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AB0D is #5E54F2. Grayscale: #969696. Windows color (decimal): -6182131 or 895905. OLE color: 895905.
HSL color Cylindrical-coordinate representation of color #A1AB0D: hue angle of 63.8º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1AB0D is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 13 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.33 |
| HSL | 63.8º | 0.86% | 0.36% | - |
| HSV(B) | 63.8º | 0.92% | 0.67% | - |
| XYZ | 29.33 | 36.73 | 5.92 | - |
| YUV | 150 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 13 | 0.06 | 0 | 0.92 | 0.33 | 63.8 | 0.86 | 0.36 |
| Hex | A1 | AB | D | 6 | 0 | 5C | 21 | 40 | 56 | 24 |
| Octal | 241 | 253 | 15 | 6 | 0 | 134 | 41 | 100 | 126 | 44 |
| Binary | 10100001 | 10101011 | 1101 | 110 | 0 | 1011100 | 100001 | 1000000 | 1010110 | 100100 |
Color Harmonies of #A1AB0D
Complementary color
Monochromatic Colors of #A1AB0D
Black with #A1AB0D
Text Example
Text Example
White with #A1AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB0D; }
p { color: rgb(161,171,13); }
H1.HeaderClassName
{
color: #A1AB0D;
}
.AnyTagClassName
{
color: #A1AB0D;
}
</style>
background-color css
<style>
a { background-color: #A1AB0D; }
a { background-color: rgb(161,171,13); }
div.DivClassName
{
background-color: #A1AB0D;
}
.BgClassName
{
background-color: #A1AB0D;
}
</style>
border-color css
<style>
span { border-color: #A1AB0D; }
span { border-color: rgb(161,171,13); }
td.TdClassName
{
border-color: #A1AB0D;
}
.TagClassName
{
border-color: #A1AB0D;
}
</style>