Shades of Reno Sand #AB7138
Tints of Reno Sand #AB7138
RGB
CMYK
RGB Variations
Color information
#AB7138 (or 0xAB7138) is known color: Reno Sand. HEX triplet: AB, 71 and 38. RGB value is (171,113,56). Sum of RGB (Red+Green+Blue) = 171+113+56=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7138 is #548EC7. Grayscale: #7C7C7C. Windows color (decimal): -5541576 or 3699115. OLE color: 3699115.
HSL color Cylindrical-coordinate representation of color #AB7138: hue angle of 29.74º degrees, saturation: 0.51, 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 #AB7138 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 56 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.33 |
| HSL | 29.74º | 0.51% | 0.45% | - |
| HSV(B) | 29.74º | 0.67% | 0.67% | - |
| XYZ | 23.41 | 20.75 | 6.51 | - |
| YUV | 123.84 | 89.72 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 56 | 0 | 0.34 | 0.67 | 0.33 | 29.74 | 0.51 | 0.45 |
| Hex | AB | 71 | 38 | 0 | 22 | 43 | 21 | 1E | 33 | 2D |
| Octal | 253 | 161 | 70 | 0 | 42 | 103 | 41 | 36 | 63 | 55 |
| Binary | 10101011 | 1110001 | 111000 | 0 | 100010 | 1000011 | 100001 | 11110 | 110011 | 101101 |
Color Harmonies of #AB7138
Complementary color
Monochromatic Colors of #AB7138
Black with #AB7138
Text Example
Text Example
White with #AB7138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7138; }
p { color: rgb(171,113,56); }
H1.HeaderClassName
{
color: #AB7138;
}
.AnyTagClassName
{
color: #AB7138;
}
</style>
background-color css
<style>
a { background-color: #AB7138; }
a { background-color: rgb(171,113,56); }
div.DivClassName
{
background-color: #AB7138;
}
.BgClassName
{
background-color: #AB7138;
}
</style>
border-color css
<style>
span { border-color: #AB7138; }
span { border-color: rgb(171,113,56); }
td.TdClassName
{
border-color: #AB7138;
}
.TagClassName
{
border-color: #AB7138;
}
</style>