Shades of Reno Sand #AB6B2E
Tints of Reno Sand #AB6B2E
RGB
CMYK
RGB Variations
Color information
#AB6B2E (or 0xAB6B2E) is known color: Reno Sand. HEX triplet: AB, 6B and 2E. RGB value is (171,107,46). Sum of RGB (Red+Green+Blue) = 171+107+46=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6B2E is #5494D1. Grayscale: #777777. Windows color (decimal): -5543122 or 3042219. OLE color: 3042219.
HSL color Cylindrical-coordinate representation of color #AB6B2E: hue angle of 29.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB6B2E is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 46 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.33 |
| HSL | 29.28º | 0.58% | 0.43% | - |
| HSV(B) | 29.28º | 0.73% | 0.67% | - |
| XYZ | 22.55 | 19.37 | 5.14 | - |
| YUV | 119.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 46 | 0 | 0.37 | 0.73 | 0.33 | 29.28 | 0.58 | 0.43 |
| Hex | AB | 6B | 2E | 0 | 25 | 49 | 21 | 1D | 3A | 2B |
| Octal | 253 | 153 | 56 | 0 | 45 | 111 | 41 | 35 | 72 | 53 |
| Binary | 10101011 | 1101011 | 101110 | 0 | 100101 | 1001001 | 100001 | 11101 | 111010 | 101011 |
Color Harmonies of #AB6B2E
Complementary color
Monochromatic Colors of #AB6B2E
Black with #AB6B2E
Text Example
Text Example
White with #AB6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B2E; }
p { color: rgb(171,107,46); }
H1.HeaderClassName
{
color: #AB6B2E;
}
.AnyTagClassName
{
color: #AB6B2E;
}
</style>
background-color css
<style>
a { background-color: #AB6B2E; }
a { background-color: rgb(171,107,46); }
div.DivClassName
{
background-color: #AB6B2E;
}
.BgClassName
{
background-color: #AB6B2E;
}
</style>
border-color css
<style>
span { border-color: #AB6B2E; }
span { border-color: rgb(171,107,46); }
td.TdClassName
{
border-color: #AB6B2E;
}
.TagClassName
{
border-color: #AB6B2E;
}
</style>