Shades of Locust #A5B17C
Tints of Locust #A5B17C
RGB
CMYK
RGB Variations
Color information
#A5B17C (or 0xA5B17C) is known color: Locust. HEX triplet: A5, B1 and 7C. RGB value is (165,177,124). Sum of RGB (Red+Green+Blue) = 165+177+124=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B17C is #5A4E83. Grayscale: #A7A7A7. Windows color (decimal): -5918340 or 8171941. OLE color: 8171941.
HSL color Cylindrical-coordinate representation of color #A5B17C: hue angle of 73.58º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B17C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 124 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.31 |
| HSL | 73.58º | 0.25% | 0.59% | - |
| HSV(B) | 73.58º | 0.3% | 0.69% | - |
| XYZ | 34.88 | 40.9 | 25.12 | - |
| YUV | 167.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 124 | 0.07 | 0 | 0.30 | 0.31 | 73.58 | 0.25 | 0.59 |
| Hex | A5 | B1 | 7C | 7 | 0 | 1E | 1F | 4A | 19 | 3B |
| Octal | 245 | 261 | 174 | 7 | 0 | 36 | 37 | 112 | 31 | 73 |
| Binary | 10100101 | 10110001 | 1111100 | 111 | 0 | 11110 | 11111 | 1001010 | 11001 | 111011 |
Color Harmonies of #A5B17C
Complementary color
Monochromatic Colors of #A5B17C
Black with #A5B17C
Text Example
Text Example
White with #A5B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B17C; }
p { color: rgb(165,177,124); }
H1.HeaderClassName
{
color: #A5B17C;
}
.AnyTagClassName
{
color: #A5B17C;
}
</style>
background-color css
<style>
a { background-color: #A5B17C; }
a { background-color: rgb(165,177,124); }
div.DivClassName
{
background-color: #A5B17C;
}
.BgClassName
{
background-color: #A5B17C;
}
</style>
border-color css
<style>
span { border-color: #A5B17C; }
span { border-color: rgb(165,177,124); }
td.TdClassName
{
border-color: #A5B17C;
}
.TagClassName
{
border-color: #A5B17C;
}
</style>