Shades of Reno Sand #AB7238
Tints of Reno Sand #AB7238
RGB
CMYK
RGB Variations
Color information
#AB7238 (or 0xAB7238) is known color: Reno Sand. HEX triplet: AB, 72 and 38. RGB value is (171,114,56). Sum of RGB (Red+Green+Blue) = 171+114+56=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7238 is #548DC7. Grayscale: #7C7C7C. Windows color (decimal): -5541320 or 3699371. OLE color: 3699371.
HSL color Cylindrical-coordinate representation of color #AB7238: hue angle of 30.26º 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 #AB7238 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 56 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.33 |
| HSL | 30.26º | 0.51% | 0.45% | - |
| HSV(B) | 30.26º | 0.67% | 0.67% | - |
| XYZ | 23.53 | 20.98 | 6.55 | - |
| YUV | 124.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 56 | 0 | 0.33 | 0.67 | 0.33 | 30.26 | 0.51 | 0.45 |
| Hex | AB | 72 | 38 | 0 | 21 | 43 | 21 | 1E | 33 | 2D |
| Octal | 253 | 162 | 70 | 0 | 41 | 103 | 41 | 36 | 63 | 55 |
| Binary | 10101011 | 1110010 | 111000 | 0 | 100001 | 1000011 | 100001 | 11110 | 110011 | 101101 |
Color Harmonies of #AB7238
Complementary color
Monochromatic Colors of #AB7238
Black with #AB7238
Text Example
Text Example
White with #AB7238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7238; }
p { color: rgb(171,114,56); }
H1.HeaderClassName
{
color: #AB7238;
}
.AnyTagClassName
{
color: #AB7238;
}
</style>
background-color css
<style>
a { background-color: #AB7238; }
a { background-color: rgb(171,114,56); }
div.DivClassName
{
background-color: #AB7238;
}
.BgClassName
{
background-color: #AB7238;
}
</style>
border-color css
<style>
span { border-color: #AB7238; }
span { border-color: rgb(171,114,56); }
td.TdClassName
{
border-color: #AB7238;
}
.TagClassName
{
border-color: #AB7238;
}
</style>