Shades of Reno Sand #A77239
Tints of Reno Sand #A77239
RGB
CMYK
RGB Variations
Color information
#A77239 (or 0xA77239) is known color: Reno Sand. HEX triplet: A7, 72 and 39. RGB value is (167,114,57). Sum of RGB (Red+Green+Blue) = 167+114+57=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A77239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77239 is #588DC6. Grayscale: #7B7B7B. Windows color (decimal): -5803463 or 3764903. OLE color: 3764903.
HSL color Cylindrical-coordinate representation of color #A77239: hue angle of 31.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A77239 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 57 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.35 |
| HSL | 31.09º | 0.49% | 0.44% | - |
| HSV(B) | 31.09º | 0.66% | 0.65% | - |
| XYZ | 22.69 | 20.55 | 6.64 | - |
| YUV | 123.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 57 | 0 | 0.32 | 0.66 | 0.35 | 31.09 | 0.49 | 0.44 |
| Hex | A7 | 72 | 39 | 0 | 20 | 42 | 23 | 1F | 31 | 2C |
| Octal | 247 | 162 | 71 | 0 | 40 | 102 | 43 | 37 | 61 | 54 |
| Binary | 10100111 | 1110010 | 111001 | 0 | 100000 | 1000010 | 100011 | 11111 | 110001 | 101100 |
Color Harmonies of #A77239
Complementary color
Monochromatic Colors of #A77239
Black with #A77239
Text Example
Text Example
White with #A77239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77239; }
p { color: rgb(167,114,57); }
H1.HeaderClassName
{
color: #A77239;
}
.AnyTagClassName
{
color: #A77239;
}
</style>
background-color css
<style>
a { background-color: #A77239; }
a { background-color: rgb(167,114,57); }
div.DivClassName
{
background-color: #A77239;
}
.BgClassName
{
background-color: #A77239;
}
</style>
border-color css
<style>
span { border-color: #A77239; }
span { border-color: rgb(167,114,57); }
td.TdClassName
{
border-color: #A77239;
}
.TagClassName
{
border-color: #A77239;
}
</style>