Shades of Citrus #A1A50D
Tints of Citrus #A1A50D
RGB
CMYK
RGB Variations
Color information
#A1A50D (or 0xA1A50D) is known color: Citrus. HEX triplet: A1, A5 and 0D. RGB value is (161,165,13). Sum of RGB (Red+Green+Blue) = 161+165+13=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A50D is #5E5AF2. Grayscale: #939393. Windows color (decimal): -6183667 or 894369. OLE color: 894369.
HSL color Cylindrical-coordinate representation of color #A1A50D: hue angle of 61.58º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1A50D is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 13 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.35 |
| HSL | 61.58º | 0.85% | 0.35% | - |
| HSV(B) | 61.58º | 0.92% | 0.65% | - |
| XYZ | 28.23 | 34.52 | 5.56 | - |
| YUV | 146.48 | 52.67 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 13 | 0.02 | 0 | 0.92 | 0.35 | 61.58 | 0.85 | 0.35 |
| Hex | A1 | A5 | D | 2 | 0 | 5C | 23 | 3E | 55 | 23 |
| Octal | 241 | 245 | 15 | 2 | 0 | 134 | 43 | 76 | 125 | 43 |
| Binary | 10100001 | 10100101 | 1101 | 10 | 0 | 1011100 | 100011 | 111110 | 1010101 | 100011 |
Color Harmonies of #A1A50D
Complementary color
Monochromatic Colors of #A1A50D
Black with #A1A50D
Text Example
Text Example
White with #A1A50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A50D; }
p { color: rgb(161,165,13); }
H1.HeaderClassName
{
color: #A1A50D;
}
.AnyTagClassName
{
color: #A1A50D;
}
</style>
background-color css
<style>
a { background-color: #A1A50D; }
a { background-color: rgb(161,165,13); }
div.DivClassName
{
background-color: #A1A50D;
}
.BgClassName
{
background-color: #A1A50D;
}
</style>
border-color css
<style>
span { border-color: #A1A50D; }
span { border-color: rgb(161,165,13); }
td.TdClassName
{
border-color: #A1A50D;
}
.TagClassName
{
border-color: #A1A50D;
}
</style>