Shades of Reno Sand #AB6F37
Tints of Reno Sand #AB6F37
RGB
CMYK
RGB Variations
Color information
#AB6F37 (or 0xAB6F37) is known color: Reno Sand. HEX triplet: AB, 6F and 37. RGB value is (171,111,55). Sum of RGB (Red+Green+Blue) = 171+111+55=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F37 is #5490C8. Grayscale: #7A7A7A. Windows color (decimal): -5542089 or 3633067. OLE color: 3633067.
HSL color Cylindrical-coordinate representation of color #AB6F37: hue angle of 28.97º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB6F37 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 55 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.33 |
| HSL | 28.97º | 0.51% | 0.44% | - |
| HSV(B) | 28.97º | 0.68% | 0.67% | - |
| XYZ | 23.17 | 20.3 | 6.31 | - |
| YUV | 122.56 | 89.88 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 55 | 0 | 0.35 | 0.68 | 0.33 | 28.97 | 0.51 | 0.44 |
| Hex | AB | 6F | 37 | 0 | 23 | 44 | 21 | 1D | 33 | 2C |
| Octal | 253 | 157 | 67 | 0 | 43 | 104 | 41 | 35 | 63 | 54 |
| Binary | 10101011 | 1101111 | 110111 | 0 | 100011 | 1000100 | 100001 | 11101 | 110011 | 101100 |
Color Harmonies of #AB6F37
Complementary color
Monochromatic Colors of #AB6F37
Black with #AB6F37
Text Example
Text Example
White with #AB6F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F37; }
p { color: rgb(171,111,55); }
H1.HeaderClassName
{
color: #AB6F37;
}
.AnyTagClassName
{
color: #AB6F37;
}
</style>
background-color css
<style>
a { background-color: #AB6F37; }
a { background-color: rgb(171,111,55); }
div.DivClassName
{
background-color: #AB6F37;
}
.BgClassName
{
background-color: #AB6F37;
}
</style>
border-color css
<style>
span { border-color: #AB6F37; }
span { border-color: rgb(171,111,55); }
td.TdClassName
{
border-color: #AB6F37;
}
.TagClassName
{
border-color: #AB6F37;
}
</style>