Shades of Citron #A1A42E
Tints of Citron #A1A42E
RGB
CMYK
RGB Variations
Color information
#A1A42E (or 0xA1A42E) is known color: Citron. HEX triplet: A1, A4 and 2E. RGB value is (161,164,46). Sum of RGB (Red+Green+Blue) = 161+164+46=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A42E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A42E is #5E5BD1. Grayscale: #969696. Windows color (decimal): -6183890 or 3056801. OLE color: 3056801.
HSL color Cylindrical-coordinate representation of color #A1A42E: hue angle of 61.53º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1A42E is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 46 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.36 |
| HSL | 61.53º | 0.56% | 0.41% | - |
| HSV(B) | 61.53º | 0.72% | 0.64% | - |
| XYZ | 28.47 | 34.33 | 7.71 | - |
| YUV | 149.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 46 | 0.02 | 0 | 0.72 | 0.36 | 61.53 | 0.56 | 0.41 |
| Hex | A1 | A4 | 2E | 2 | 0 | 48 | 24 | 3E | 38 | 29 |
| Octal | 241 | 244 | 56 | 2 | 0 | 110 | 44 | 76 | 70 | 51 |
| Binary | 10100001 | 10100100 | 101110 | 10 | 0 | 1001000 | 100100 | 111110 | 111000 | 101001 |
Color Harmonies of #A1A42E
Complementary color
Monochromatic Colors of #A1A42E
Black with #A1A42E
Text Example
Text Example
White with #A1A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A42E; }
p { color: rgb(161,164,46); }
H1.HeaderClassName
{
color: #A1A42E;
}
.AnyTagClassName
{
color: #A1A42E;
}
</style>
background-color css
<style>
a { background-color: #A1A42E; }
a { background-color: rgb(161,164,46); }
div.DivClassName
{
background-color: #A1A42E;
}
.BgClassName
{
background-color: #A1A42E;
}
</style>
border-color css
<style>
span { border-color: #A1A42E; }
span { border-color: rgb(161,164,46); }
td.TdClassName
{
border-color: #A1A42E;
}
.TagClassName
{
border-color: #A1A42E;
}
</style>