Shades of Locust #A4B17D
Tints of Locust #A4B17D
RGB
CMYK
RGB Variations
Color information
#A4B17D (or 0xA4B17D) is known color: Locust. HEX triplet: A4, B1 and 7D. RGB value is (164,177,125). Sum of RGB (Red+Green+Blue) = 164+177+125=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B17D is #5B4E82. Grayscale: #A7A7A7. Windows color (decimal): -5983875 or 8237476. OLE color: 8237476.
HSL color Cylindrical-coordinate representation of color #A4B17D: hue angle of 75º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4B17D is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
RGB | 164 | 177 | 125 | - |
CMYK | 0.07 | 0 | 0.29 | 0.31 |
HSL | 75º | 0.25% | 0.59% | - |
HSV(B) | 75º | 0.29% | 0.69% | - |
XYZ | 34.73 | 40.82 | 25.45 | - |
YUV | 167.19 | 104.19 | 125.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 177 | 125 | 0.07 | 0 | 0.29 | 0.31 | 75 | 0.25 | 0.59 |
Hex | A4 | B1 | 7D | 7 | 0 | 1D | 1F | 4B | 19 | 3B |
Octal | 244 | 261 | 175 | 7 | 0 | 35 | 37 | 113 | 31 | 73 |
Binary | 10100100 | 10110001 | 1111101 | 111 | 0 | 11101 | 11111 | 1001011 | 11001 | 111011 |
Color Harmonies of #A4B17D
Complementary color
Monochromatic Colors of #A4B17D
Black with #A4B17D
Text Example
Text Example
White with #A4B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B17D; }
p { color: rgb(164,177,125); }
H1.HeaderClassName
{
color: #A4B17D;
}
.AnyTagClassName
{
color: #A4B17D;
}
</style>
background-color css
<style>
a { background-color: #A4B17D; }
a { background-color: rgb(164,177,125); }
div.DivClassName
{
background-color: #A4B17D;
}
.BgClassName
{
background-color: #A4B17D;
}
</style>
border-color css
<style>
span { border-color: #A4B17D; }
span { border-color: rgb(164,177,125); }
td.TdClassName
{
border-color: #A4B17D;
}
.TagClassName
{
border-color: #A4B17D;
}
</style>