Shades of Reno Sand #AB6C2B
Tints of Reno Sand #AB6C2B
RGB
CMYK
RGB Variations
Color information
#AB6C2B (or 0xAB6C2B) is known color: Reno Sand. HEX triplet: AB, 6C and 2B. RGB value is (171,108,43). Sum of RGB (Red+Green+Blue) = 171+108+43=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6C2B is #5493D4. Grayscale: #777777. Windows color (decimal): -5542869 or 2845867. OLE color: 2845867.
HSL color Cylindrical-coordinate representation of color #AB6C2B: hue angle of 30.47º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB6C2B is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 43 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.33 |
| HSL | 30.47º | 0.6% | 0.42% | - |
| HSV(B) | 30.47º | 0.75% | 0.67% | - |
| XYZ | 22.59 | 19.56 | 4.87 | - |
| YUV | 119.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 43 | 0 | 0.37 | 0.75 | 0.33 | 30.47 | 0.6 | 0.42 |
| Hex | AB | 6C | 2B | 0 | 25 | 4B | 21 | 1E | 3C | 2A |
| Octal | 253 | 154 | 53 | 0 | 45 | 113 | 41 | 36 | 74 | 52 |
| Binary | 10101011 | 1101100 | 101011 | 0 | 100101 | 1001011 | 100001 | 11110 | 111100 | 101010 |
Color Harmonies of #AB6C2B
Complementary color
Monochromatic Colors of #AB6C2B
Black with #AB6C2B
Text Example
Text Example
White with #AB6C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C2B; }
p { color: rgb(171,108,43); }
H1.HeaderClassName
{
color: #AB6C2B;
}
.AnyTagClassName
{
color: #AB6C2B;
}
</style>
background-color css
<style>
a { background-color: #AB6C2B; }
a { background-color: rgb(171,108,43); }
div.DivClassName
{
background-color: #AB6C2B;
}
.BgClassName
{
background-color: #AB6C2B;
}
</style>
border-color css
<style>
span { border-color: #AB6C2B; }
span { border-color: rgb(171,108,43); }
td.TdClassName
{
border-color: #AB6C2B;
}
.TagClassName
{
border-color: #AB6C2B;
}
</style>