Shades of Reno Sand #AB6B2D
Tints of Reno Sand #AB6B2D
RGB
CMYK
RGB Variations
Color information
#AB6B2D (or 0xAB6B2D) is known color: Reno Sand. HEX triplet: AB, 6B and 2D. RGB value is (171,107,45). Sum of RGB (Red+Green+Blue) = 171+107+45=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6B2D is #5494D2. Grayscale: #777777. Windows color (decimal): -5543123 or 2976683. OLE color: 2976683.
HSL color Cylindrical-coordinate representation of color #AB6B2D: hue angle of 29.52º degrees, saturation: 0.58, 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 #AB6B2D is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 45 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.33 |
| HSL | 29.52º | 0.58% | 0.42% | - |
| HSV(B) | 29.52º | 0.74% | 0.67% | - |
| XYZ | 22.53 | 19.36 | 5.03 | - |
| YUV | 119.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 45 | 0 | 0.37 | 0.74 | 0.33 | 29.52 | 0.58 | 0.42 |
| Hex | AB | 6B | 2D | 0 | 25 | 4A | 21 | 1E | 3A | 2A |
| Octal | 253 | 153 | 55 | 0 | 45 | 112 | 41 | 36 | 72 | 52 |
| Binary | 10101011 | 1101011 | 101101 | 0 | 100101 | 1001010 | 100001 | 11110 | 111010 | 101010 |
Color Harmonies of #AB6B2D
Complementary color
Monochromatic Colors of #AB6B2D
Black with #AB6B2D
Text Example
Text Example
White with #AB6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B2D; }
p { color: rgb(171,107,45); }
H1.HeaderClassName
{
color: #AB6B2D;
}
.AnyTagClassName
{
color: #AB6B2D;
}
</style>
background-color css
<style>
a { background-color: #AB6B2D; }
a { background-color: rgb(171,107,45); }
div.DivClassName
{
background-color: #AB6B2D;
}
.BgClassName
{
background-color: #AB6B2D;
}
</style>
border-color css
<style>
span { border-color: #AB6B2D; }
span { border-color: rgb(171,107,45); }
td.TdClassName
{
border-color: #AB6B2D;
}
.TagClassName
{
border-color: #AB6B2D;
}
</style>