Shades of Reno Sand #AB7338
Tints of Reno Sand #AB7338
RGB
CMYK
RGB Variations
Color information
#AB7338 (or 0xAB7338) is known color: Reno Sand. HEX triplet: AB, 73 and 38. RGB value is (171,115,56). Sum of RGB (Red+Green+Blue) = 171+115+56=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7338 is #548CC7. Grayscale: #7D7D7D. Windows color (decimal): -5541064 or 3699627. OLE color: 3699627.
HSL color Cylindrical-coordinate representation of color #AB7338: hue angle of 30.78º 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 #AB7338 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 56 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.33 |
| HSL | 30.78º | 0.51% | 0.45% | - |
| HSV(B) | 30.78º | 0.67% | 0.67% | - |
| XYZ | 23.64 | 21.2 | 6.59 | - |
| YUV | 125.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 56 | 0 | 0.33 | 0.67 | 0.33 | 30.78 | 0.51 | 0.45 |
| Hex | AB | 73 | 38 | 0 | 21 | 43 | 21 | 1F | 33 | 2D |
| Octal | 253 | 163 | 70 | 0 | 41 | 103 | 41 | 37 | 63 | 55 |
| Binary | 10101011 | 1110011 | 111000 | 0 | 100001 | 1000011 | 100001 | 11111 | 110011 | 101101 |
Color Harmonies of #AB7338
Complementary color
Monochromatic Colors of #AB7338
Black with #AB7338
Text Example
Text Example
White with #AB7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7338; }
p { color: rgb(171,115,56); }
H1.HeaderClassName
{
color: #AB7338;
}
.AnyTagClassName
{
color: #AB7338;
}
</style>
background-color css
<style>
a { background-color: #AB7338; }
a { background-color: rgb(171,115,56); }
div.DivClassName
{
background-color: #AB7338;
}
.BgClassName
{
background-color: #AB7338;
}
</style>
border-color css
<style>
span { border-color: #AB7338; }
span { border-color: rgb(171,115,56); }
td.TdClassName
{
border-color: #AB7338;
}
.TagClassName
{
border-color: #AB7338;
}
</style>