Shades of Reno Sand #AB7334
Tints of Reno Sand #AB7334
RGB
CMYK
RGB Variations
Color information
#AB7334 (or 0xAB7334) is known color: Reno Sand. HEX triplet: AB, 73 and 34. RGB value is (171,115,52). Sum of RGB (Red+Green+Blue) = 171+115+52=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7334 is #548CCB. Grayscale: #7C7C7C. Windows color (decimal): -5541068 or 3437483. OLE color: 3437483.
HSL color Cylindrical-coordinate representation of color #AB7334: hue angle of 31.76º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB7334 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 52 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.33 |
| HSL | 31.76º | 0.53% | 0.44% | - |
| HSV(B) | 31.76º | 0.7% | 0.67% | - |
| XYZ | 23.55 | 21.17 | 6.09 | - |
| YUV | 124.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 52 | 0 | 0.33 | 0.70 | 0.33 | 31.76 | 0.53 | 0.44 |
| Hex | AB | 73 | 34 | 0 | 21 | 46 | 21 | 20 | 35 | 2C |
| Octal | 253 | 163 | 64 | 0 | 41 | 106 | 41 | 40 | 65 | 54 |
| Binary | 10101011 | 1110011 | 110100 | 0 | 100001 | 1000110 | 100001 | 100000 | 110101 | 101100 |
Color Harmonies of #AB7334
Complementary color
Monochromatic Colors of #AB7334
Black with #AB7334
Text Example
Text Example
White with #AB7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7334; }
p { color: rgb(171,115,52); }
H1.HeaderClassName
{
color: #AB7334;
}
.AnyTagClassName
{
color: #AB7334;
}
</style>
background-color css
<style>
a { background-color: #AB7334; }
a { background-color: rgb(171,115,52); }
div.DivClassName
{
background-color: #AB7334;
}
.BgClassName
{
background-color: #AB7334;
}
</style>
border-color css
<style>
span { border-color: #AB7334; }
span { border-color: rgb(171,115,52); }
td.TdClassName
{
border-color: #AB7334;
}
.TagClassName
{
border-color: #AB7334;
}
</style>