Shades of Reno Sand #AB7539
Tints of Reno Sand #AB7539
RGB
CMYK
RGB Variations
Color information
#AB7539 (or 0xAB7539) is known color: Reno Sand. HEX triplet: AB, 75 and 39. RGB value is (171,117,57). Sum of RGB (Red+Green+Blue) = 171+117+57=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7539 is #548AC6. Grayscale: #7E7E7E. Windows color (decimal): -5540551 or 3765675. OLE color: 3765675.
HSL color Cylindrical-coordinate representation of color #AB7539: hue angle of 31.58º 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 #AB7539 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 57 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.33 |
| HSL | 31.58º | 0.5% | 0.45% | - |
| HSV(B) | 31.58º | 0.67% | 0.67% | - |
| XYZ | 23.89 | 21.68 | 6.8 | - |
| YUV | 126.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 57 | 0 | 0.32 | 0.67 | 0.33 | 31.58 | 0.5 | 0.45 |
| Hex | AB | 75 | 39 | 0 | 20 | 43 | 21 | 20 | 32 | 2D |
| Octal | 253 | 165 | 71 | 0 | 40 | 103 | 41 | 40 | 62 | 55 |
| Binary | 10101011 | 1110101 | 111001 | 0 | 100000 | 1000011 | 100001 | 100000 | 110010 | 101101 |
Color Harmonies of #AB7539
Complementary color
Monochromatic Colors of #AB7539
Black with #AB7539
Text Example
Text Example
White with #AB7539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7539; }
p { color: rgb(171,117,57); }
H1.HeaderClassName
{
color: #AB7539;
}
.AnyTagClassName
{
color: #AB7539;
}
</style>
background-color css
<style>
a { background-color: #AB7539; }
a { background-color: rgb(171,117,57); }
div.DivClassName
{
background-color: #AB7539;
}
.BgClassName
{
background-color: #AB7539;
}
</style>
border-color css
<style>
span { border-color: #AB7539; }
span { border-color: rgb(171,117,57); }
td.TdClassName
{
border-color: #AB7539;
}
.TagClassName
{
border-color: #AB7539;
}
</style>