Shades of Locust #A3A37B
Tints of Locust #A3A37B
RGB
CMYK
RGB Variations
Color information
#A3A37B (or 0xA3A37B) is known color: Locust. HEX triplet: A3, A3 and 7B. RGB value is (163,163,123). Sum of RGB (Red+Green+Blue) = 163+163+123=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A37B is #5C5C84. Grayscale: #9E9E9E. Windows color (decimal): -6052997 or 8102819. OLE color: 8102819.
HSL color Cylindrical-coordinate representation of color #A3A37B: hue angle of 60º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3A37B is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 163 | 123 | - |
CMYK | 0 | 0 | 0.25 | 0.36 |
HSL | 60º | 0.18% | 0.56% | - |
HSV(B) | 60º | 0.25% | 0.64% | - |
XYZ | 31.78 | 35.41 | 23.9 | - |
YUV | 158.44 | 108 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 163 | 123 | 0 | 0 | 0.25 | 0.36 | 60 | 0.18 | 0.56 |
Hex | A3 | A3 | 7B | 0 | 0 | 19 | 24 | 3C | 12 | 38 |
Octal | 243 | 243 | 173 | 0 | 0 | 31 | 44 | 74 | 22 | 70 |
Binary | 10100011 | 10100011 | 1111011 | 0 | 0 | 11001 | 100100 | 111100 | 10010 | 111000 |
Color Harmonies of #A3A37B
Complementary color
Monochromatic Colors of #A3A37B
Black with #A3A37B
Text Example
Text Example
White with #A3A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A37B; }
p { color: rgb(163,163,123); }
H1.HeaderClassName
{
color: #A3A37B;
}
.AnyTagClassName
{
color: #A3A37B;
}
</style>
background-color css
<style>
a { background-color: #A3A37B; }
a { background-color: rgb(163,163,123); }
div.DivClassName
{
background-color: #A3A37B;
}
.BgClassName
{
background-color: #A3A37B;
}
</style>
border-color css
<style>
span { border-color: #A3A37B; }
span { border-color: rgb(163,163,123); }
td.TdClassName
{
border-color: #A3A37B;
}
.TagClassName
{
border-color: #A3A37B;
}
</style>