Shades of Reno Sand #AB7639
Tints of Reno Sand #AB7639
RGB
CMYK
RGB Variations
Color information
#AB7639 (or 0xAB7639) is known color: Reno Sand. HEX triplet: AB, 76 and 39. RGB value is (171,118,57). Sum of RGB (Red+Green+Blue) = 171+118+57=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7639 is #5489C6. Grayscale: #7F7F7F. Windows color (decimal): -5540295 or 3765931. OLE color: 3765931.
HSL color Cylindrical-coordinate representation of color #AB7639: hue angle of 32.11º 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 #AB7639 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 57 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.33 |
| HSL | 32.11º | 0.5% | 0.45% | - |
| HSV(B) | 32.11º | 0.67% | 0.67% | - |
| XYZ | 24.01 | 21.91 | 6.83 | - |
| YUV | 126.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 57 | 0 | 0.31 | 0.67 | 0.33 | 32.11 | 0.5 | 0.45 |
| Hex | AB | 76 | 39 | 0 | 1F | 43 | 21 | 20 | 32 | 2D |
| Octal | 253 | 166 | 71 | 0 | 37 | 103 | 41 | 40 | 62 | 55 |
| Binary | 10101011 | 1110110 | 111001 | 0 | 11111 | 1000011 | 100001 | 100000 | 110010 | 101101 |
Color Harmonies of #AB7639
Complementary color
Monochromatic Colors of #AB7639
Black with #AB7639
Text Example
Text Example
White with #AB7639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7639; }
p { color: rgb(171,118,57); }
H1.HeaderClassName
{
color: #AB7639;
}
.AnyTagClassName
{
color: #AB7639;
}
</style>
background-color css
<style>
a { background-color: #AB7639; }
a { background-color: rgb(171,118,57); }
div.DivClassName
{
background-color: #AB7639;
}
.BgClassName
{
background-color: #AB7639;
}
</style>
border-color css
<style>
span { border-color: #AB7639; }
span { border-color: rgb(171,118,57); }
td.TdClassName
{
border-color: #AB7639;
}
.TagClassName
{
border-color: #AB7639;
}
</style>