Shades of Reno Sand #AB6C2C
Tints of Reno Sand #AB6C2C
RGB
CMYK
RGB Variations
Color information
#AB6C2C (or 0xAB6C2C) is known color: Reno Sand. HEX triplet: AB, 6C and 2C. RGB value is (171,108,44). Sum of RGB (Red+Green+Blue) = 171+108+44=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6C2C is #5493D3. Grayscale: #777777. Windows color (decimal): -5542868 or 2911403. OLE color: 2911403.
HSL color Cylindrical-coordinate representation of color #AB6C2C: hue angle of 30.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB6C2C is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 44 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.33 |
| HSL | 30.24º | 0.59% | 0.42% | - |
| HSV(B) | 30.24º | 0.74% | 0.67% | - |
| XYZ | 22.61 | 19.56 | 4.97 | - |
| YUV | 119.54 | 85.37 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 44 | 0 | 0.37 | 0.74 | 0.33 | 30.24 | 0.59 | 0.42 |
| Hex | AB | 6C | 2C | 0 | 25 | 4A | 21 | 1E | 3B | 2A |
| Octal | 253 | 154 | 54 | 0 | 45 | 112 | 41 | 36 | 73 | 52 |
| Binary | 10101011 | 1101100 | 101100 | 0 | 100101 | 1001010 | 100001 | 11110 | 111011 | 101010 |
Color Harmonies of #AB6C2C
Complementary color
Monochromatic Colors of #AB6C2C
Black with #AB6C2C
Text Example
Text Example
White with #AB6C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C2C; }
p { color: rgb(171,108,44); }
H1.HeaderClassName
{
color: #AB6C2C;
}
.AnyTagClassName
{
color: #AB6C2C;
}
</style>
background-color css
<style>
a { background-color: #AB6C2C; }
a { background-color: rgb(171,108,44); }
div.DivClassName
{
background-color: #AB6C2C;
}
.BgClassName
{
background-color: #AB6C2C;
}
</style>
border-color css
<style>
span { border-color: #AB6C2C; }
span { border-color: rgb(171,108,44); }
td.TdClassName
{
border-color: #AB6C2C;
}
.TagClassName
{
border-color: #AB6C2C;
}
</style>