Shades of Reno Sand #AB7133
Tints of Reno Sand #AB7133
RGB
CMYK
RGB Variations
Color information
#AB7133 (or 0xAB7133) is known color: Reno Sand. HEX triplet: AB, 71 and 33. RGB value is (171,113,51). Sum of RGB (Red+Green+Blue) = 171+113+51=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7133 is #548ECC. Grayscale: #7B7B7B. Windows color (decimal): -5541581 or 3371435. OLE color: 3371435.
HSL color Cylindrical-coordinate representation of color #AB7133: hue angle of 31º degrees, saturation: 0.54, 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 #AB7133 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 51 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.33 |
| HSL | 31º | 0.54% | 0.44% | - |
| HSV(B) | 31º | 0.7% | 0.67% | - |
| XYZ | 23.3 | 20.71 | 5.9 | - |
| YUV | 123.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 51 | 0 | 0.34 | 0.70 | 0.33 | 31 | 0.54 | 0.44 |
| Hex | AB | 71 | 33 | 0 | 22 | 46 | 21 | 1F | 36 | 2C |
| Octal | 253 | 161 | 63 | 0 | 42 | 106 | 41 | 37 | 66 | 54 |
| Binary | 10101011 | 1110001 | 110011 | 0 | 100010 | 1000110 | 100001 | 11111 | 110110 | 101100 |
Color Harmonies of #AB7133
Complementary color
Monochromatic Colors of #AB7133
Black with #AB7133
Text Example
Text Example
White with #AB7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7133; }
p { color: rgb(171,113,51); }
H1.HeaderClassName
{
color: #AB7133;
}
.AnyTagClassName
{
color: #AB7133;
}
</style>
background-color css
<style>
a { background-color: #AB7133; }
a { background-color: rgb(171,113,51); }
div.DivClassName
{
background-color: #AB7133;
}
.BgClassName
{
background-color: #AB7133;
}
</style>
border-color css
<style>
span { border-color: #AB7133; }
span { border-color: rgb(171,113,51); }
td.TdClassName
{
border-color: #AB7133;
}
.TagClassName
{
border-color: #AB7133;
}
</style>