Shades of Reno Sand #AB7239
Tints of Reno Sand #AB7239
RGB
CMYK
RGB Variations
Color information
#AB7239 (or 0xAB7239) is known color: Reno Sand. HEX triplet: AB, 72 and 39. RGB value is (171,114,57). Sum of RGB (Red+Green+Blue) = 171+114+57=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7239 is #548DC6. Grayscale: #7C7C7C. Windows color (decimal): -5541319 or 3764907. OLE color: 3764907.
HSL color Cylindrical-coordinate representation of color #AB7239: hue angle of 30º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB7239 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 57 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.33 |
| HSL | 30º | 0.5% | 0.45% | - |
| HSV(B) | 30º | 0.67% | 0.67% | - |
| XYZ | 23.55 | 20.99 | 6.68 | - |
| YUV | 124.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 57 | 0 | 0.33 | 0.67 | 0.33 | 30 | 0.5 | 0.45 |
| Hex | AB | 72 | 39 | 0 | 21 | 43 | 21 | 1E | 32 | 2D |
| Octal | 253 | 162 | 71 | 0 | 41 | 103 | 41 | 36 | 62 | 55 |
| Binary | 10101011 | 1110010 | 111001 | 0 | 100001 | 1000011 | 100001 | 11110 | 110010 | 101101 |
Color Harmonies of #AB7239
Complementary color
Monochromatic Colors of #AB7239
Black with #AB7239
Text Example
Text Example
White with #AB7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7239; }
p { color: rgb(171,114,57); }
H1.HeaderClassName
{
color: #AB7239;
}
.AnyTagClassName
{
color: #AB7239;
}
</style>
background-color css
<style>
a { background-color: #AB7239; }
a { background-color: rgb(171,114,57); }
div.DivClassName
{
background-color: #AB7239;
}
.BgClassName
{
background-color: #AB7239;
}
</style>
border-color css
<style>
span { border-color: #AB7239; }
span { border-color: rgb(171,114,57); }
td.TdClassName
{
border-color: #AB7239;
}
.TagClassName
{
border-color: #AB7239;
}
</style>