Shades of Locust #A1A381
Tints of Locust #A1A381
RGB
CMYK
RGB Variations
Color information
#A1A381 (or 0xA1A381) is known color: Locust. HEX triplet: A1, A3 and 81. RGB value is (161,163,129). Sum of RGB (Red+Green+Blue) = 161+163+129=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A381 is #5E5C7E. Grayscale: #9E9E9E. Windows color (decimal): -6184063 or 8496033. OLE color: 8496033.
HSL color Cylindrical-coordinate representation of color #A1A381: hue angle of 63.53º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1A381 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 129 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.36 |
| HSL | 63.53º | 0.16% | 0.57% | - |
| HSV(B) | 63.53º | 0.21% | 0.64% | - |
| XYZ | 31.76 | 35.36 | 25.92 | - |
| YUV | 158.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 129 | 0.01 | 0 | 0.21 | 0.36 | 63.53 | 0.16 | 0.57 |
| Hex | A1 | A3 | 81 | 1 | 0 | 15 | 24 | 40 | 10 | 39 |
| Octal | 241 | 243 | 201 | 1 | 0 | 25 | 44 | 100 | 20 | 71 |
| Binary | 10100001 | 10100011 | 10000001 | 1 | 0 | 10101 | 100100 | 1000000 | 10000 | 111001 |
Color Harmonies of #A1A381
Complementary color
Monochromatic Colors of #A1A381
Black with #A1A381
Text Example
Text Example
White with #A1A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A381; }
p { color: rgb(161,163,129); }
H1.HeaderClassName
{
color: #A1A381;
}
.AnyTagClassName
{
color: #A1A381;
}
</style>
background-color css
<style>
a { background-color: #A1A381; }
a { background-color: rgb(161,163,129); }
div.DivClassName
{
background-color: #A1A381;
}
.BgClassName
{
background-color: #A1A381;
}
</style>
border-color css
<style>
span { border-color: #A1A381; }
span { border-color: rgb(161,163,129); }
td.TdClassName
{
border-color: #A1A381;
}
.TagClassName
{
border-color: #A1A381;
}
</style>