Shades of Reno Sand #AB7233
Tints of Reno Sand #AB7233
RGB
CMYK
RGB Variations
Color information
#AB7233 (or 0xAB7233) is known color: Reno Sand. HEX triplet: AB, 72 and 33. RGB value is (171,114,51). Sum of RGB (Red+Green+Blue) = 171+114+51=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7233 is #548DCC. Grayscale: #7C7C7C. Windows color (decimal): -5541325 or 3371691. OLE color: 3371691.
HSL color Cylindrical-coordinate representation of color #AB7233: hue angle of 31.5º 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 #AB7233 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 51 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.33 |
| HSL | 31.5º | 0.54% | 0.44% | - |
| HSV(B) | 31.5º | 0.7% | 0.67% | - |
| XYZ | 23.41 | 20.93 | 5.94 | - |
| YUV | 123.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 51 | 0 | 0.33 | 0.70 | 0.33 | 31.5 | 0.54 | 0.44 |
| Hex | AB | 72 | 33 | 0 | 21 | 46 | 21 | 1F | 36 | 2C |
| Octal | 253 | 162 | 63 | 0 | 41 | 106 | 41 | 37 | 66 | 54 |
| Binary | 10101011 | 1110010 | 110011 | 0 | 100001 | 1000110 | 100001 | 11111 | 110110 | 101100 |
Color Harmonies of #AB7233
Complementary color
Monochromatic Colors of #AB7233
Black with #AB7233
Text Example
Text Example
White with #AB7233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7233; }
p { color: rgb(171,114,51); }
H1.HeaderClassName
{
color: #AB7233;
}
.AnyTagClassName
{
color: #AB7233;
}
</style>
background-color css
<style>
a { background-color: #AB7233; }
a { background-color: rgb(171,114,51); }
div.DivClassName
{
background-color: #AB7233;
}
.BgClassName
{
background-color: #AB7233;
}
</style>
border-color css
<style>
span { border-color: #AB7233; }
span { border-color: rgb(171,114,51); }
td.TdClassName
{
border-color: #AB7233;
}
.TagClassName
{
border-color: #AB7233;
}
</style>