Shades of Locust #A1A17D
Tints of Locust #A1A17D
RGB
CMYK
RGB Variations
Color information
#A1A17D (or 0xA1A17D) is known color: Locust. HEX triplet: A1, A1 and 7D. RGB value is (161,161,125). Sum of RGB (Red+Green+Blue) = 161+161+125=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A17D is #5E5E82. Grayscale: #9D9D9D. Windows color (decimal): -6184579 or 8233377. OLE color: 8233377.
HSL color Cylindrical-coordinate representation of color #A1A17D: hue angle of 60º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1A17D is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
RGB | 161 | 161 | 125 | - |
CMYK | 0 | 0 | 0.22 | 0.37 |
HSL | 60º | 0.16% | 0.56% | - |
HSV(B) | 60º | 0.22% | 0.63% | - |
XYZ | 31.14 | 34.55 | 24.43 | - |
YUV | 156.9 | 110 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 161 | 125 | 0 | 0 | 0.22 | 0.37 | 60 | 0.16 | 0.56 |
Hex | A1 | A1 | 7D | 0 | 0 | 16 | 25 | 3C | 10 | 38 |
Octal | 241 | 241 | 175 | 0 | 0 | 26 | 45 | 74 | 20 | 70 |
Binary | 10100001 | 10100001 | 1111101 | 0 | 0 | 10110 | 100101 | 111100 | 10000 | 111000 |
Color Harmonies of #A1A17D
Complementary color
Monochromatic Colors of #A1A17D
Black with #A1A17D
Text Example
Text Example
White with #A1A17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A17D; }
p { color: rgb(161,161,125); }
H1.HeaderClassName
{
color: #A1A17D;
}
.AnyTagClassName
{
color: #A1A17D;
}
</style>
background-color css
<style>
a { background-color: #A1A17D; }
a { background-color: rgb(161,161,125); }
div.DivClassName
{
background-color: #A1A17D;
}
.BgClassName
{
background-color: #A1A17D;
}
</style>
border-color css
<style>
span { border-color: #A1A17D; }
span { border-color: rgb(161,161,125); }
td.TdClassName
{
border-color: #A1A17D;
}
.TagClassName
{
border-color: #A1A17D;
}
</style>