Shades of Reno Sand #AB6B2F
Tints of Reno Sand #AB6B2F
RGB
CMYK
RGB Variations
Color information
#AB6B2F (or 0xAB6B2F) is known color: Reno Sand. HEX triplet: AB, 6B and 2F. RGB value is (171,107,47). Sum of RGB (Red+Green+Blue) = 171+107+47=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6B2F is #5494D0. Grayscale: #777777. Windows color (decimal): -5543121 or 3107755. OLE color: 3107755.
HSL color Cylindrical-coordinate representation of color #AB6B2F: hue angle of 29.03º degrees, saturation: 0.57, 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 #AB6B2F is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 47 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.33 |
| HSL | 29.03º | 0.57% | 0.43% | - |
| HSV(B) | 29.03º | 0.73% | 0.67% | - |
| XYZ | 22.57 | 19.38 | 5.24 | - |
| YUV | 119.3 | 87.2 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 47 | 0 | 0.37 | 0.73 | 0.33 | 29.03 | 0.57 | 0.43 |
| Hex | AB | 6B | 2F | 0 | 25 | 49 | 21 | 1D | 39 | 2B |
| Octal | 253 | 153 | 57 | 0 | 45 | 111 | 41 | 35 | 71 | 53 |
| Binary | 10101011 | 1101011 | 101111 | 0 | 100101 | 1001001 | 100001 | 11101 | 111001 | 101011 |
Color Harmonies of #AB6B2F
Complementary color
Monochromatic Colors of #AB6B2F
Black with #AB6B2F
Text Example
Text Example
White with #AB6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B2F; }
p { color: rgb(171,107,47); }
H1.HeaderClassName
{
color: #AB6B2F;
}
.AnyTagClassName
{
color: #AB6B2F;
}
</style>
background-color css
<style>
a { background-color: #AB6B2F; }
a { background-color: rgb(171,107,47); }
div.DivClassName
{
background-color: #AB6B2F;
}
.BgClassName
{
background-color: #AB6B2F;
}
</style>
border-color css
<style>
span { border-color: #AB6B2F; }
span { border-color: rgb(171,107,47); }
td.TdClassName
{
border-color: #AB6B2F;
}
.TagClassName
{
border-color: #AB6B2F;
}
</style>