Shades of Reno Sand #A76F36
Tints of Reno Sand #A76F36
RGB
CMYK
RGB Variations
Color information
#A76F36 (or 0xA76F36) is known color: Reno Sand. HEX triplet: A7, 6F and 36. RGB value is (167,111,54). Sum of RGB (Red+Green+Blue) = 167+111+54=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76F36 is #5890C9. Grayscale: #797979. Windows color (decimal): -5804234 or 3567527. OLE color: 3567527.
HSL color Cylindrical-coordinate representation of color #A76F36: hue angle of 30.27º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A76F36 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 54 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.35 |
| HSL | 30.27º | 0.51% | 0.43% | - |
| HSV(B) | 30.27º | 0.68% | 0.65% | - |
| XYZ | 22.29 | 19.85 | 6.15 | - |
| YUV | 121.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 54 | 0 | 0.34 | 0.68 | 0.35 | 30.27 | 0.51 | 0.43 |
| Hex | A7 | 6F | 36 | 0 | 22 | 44 | 23 | 1E | 33 | 2B |
| Octal | 247 | 157 | 66 | 0 | 42 | 104 | 43 | 36 | 63 | 53 |
| Binary | 10100111 | 1101111 | 110110 | 0 | 100010 | 1000100 | 100011 | 11110 | 110011 | 101011 |
Color Harmonies of #A76F36
Complementary color
Monochromatic Colors of #A76F36
Black with #A76F36
Text Example
Text Example
White with #A76F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F36; }
p { color: rgb(167,111,54); }
H1.HeaderClassName
{
color: #A76F36;
}
.AnyTagClassName
{
color: #A76F36;
}
</style>
background-color css
<style>
a { background-color: #A76F36; }
a { background-color: rgb(167,111,54); }
div.DivClassName
{
background-color: #A76F36;
}
.BgClassName
{
background-color: #A76F36;
}
</style>
border-color css
<style>
span { border-color: #A76F36; }
span { border-color: rgb(167,111,54); }
td.TdClassName
{
border-color: #A76F36;
}
.TagClassName
{
border-color: #A76F36;
}
</style>