Shades of Locust #A9B375
Tints of Locust #A9B375
RGB
CMYK
RGB Variations
Color information
#A9B375 (or 0xA9B375) is known color: Locust. HEX triplet: A9, B3 and 75. RGB value is (169,179,117). Sum of RGB (Red+Green+Blue) = 169+179+117=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B375 is #564C8A. Grayscale: #A9A9A9. Windows color (decimal): -5655691 or 7713705. OLE color: 7713705.
HSL color Cylindrical-coordinate representation of color #A9B375: hue angle of 69.68º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9B375 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 179 | 117 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.30 |
| HSL | 69.68º | 0.29% | 0.58% | - |
| HSV(B) | 69.68º | 0.35% | 0.7% | - |
| XYZ | 35.69 | 41.96 | 23.05 | - |
| YUV | 168.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 179 | 117 | 0.06 | 0 | 0.35 | 0.30 | 69.68 | 0.29 | 0.58 |
| Hex | A9 | B3 | 75 | 6 | 0 | 23 | 1E | 46 | 1D | 3A |
| Octal | 251 | 263 | 165 | 6 | 0 | 43 | 36 | 106 | 35 | 72 |
| Binary | 10101001 | 10110011 | 1110101 | 110 | 0 | 100011 | 11110 | 1000110 | 11101 | 111010 |
Color Harmonies of #A9B375
Complementary color
Monochromatic Colors of #A9B375
Black with #A9B375
Text Example
Text Example
White with #A9B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B375; }
p { color: rgb(169,179,117); }
H1.HeaderClassName
{
color: #A9B375;
}
.AnyTagClassName
{
color: #A9B375;
}
</style>
background-color css
<style>
a { background-color: #A9B375; }
a { background-color: rgb(169,179,117); }
div.DivClassName
{
background-color: #A9B375;
}
.BgClassName
{
background-color: #A9B375;
}
</style>
border-color css
<style>
span { border-color: #A9B375; }
span { border-color: rgb(169,179,117); }
td.TdClassName
{
border-color: #A9B375;
}
.TagClassName
{
border-color: #A9B375;
}
</style>