Shades of Reno Sand #AC6B2A
Tints of Reno Sand #AC6B2A
RGB
CMYK
RGB Variations
Color information
#AC6B2A (or 0xAC6B2A) is known color: Reno Sand. HEX triplet: AC, 6B and 2A. RGB value is (172,107,42). Sum of RGB (Red+Green+Blue) = 172+107+42=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B2A is #5394D5. Grayscale: #777777. Windows color (decimal): -5477590 or 2780076. OLE color: 2780076.
HSL color Cylindrical-coordinate representation of color #AC6B2A: hue angle of 30º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC6B2A is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 42 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.33 |
| HSL | 30º | 0.61% | 0.42% | - |
| HSV(B) | 30º | 0.76% | 0.67% | - |
| XYZ | 22.69 | 19.45 | 4.75 | - |
| YUV | 119.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 42 | 0 | 0.38 | 0.76 | 0.33 | 30 | 0.61 | 0.42 |
| Hex | AC | 6B | 2A | 0 | 26 | 4C | 21 | 1E | 3D | 2A |
| Octal | 254 | 153 | 52 | 0 | 46 | 114 | 41 | 36 | 75 | 52 |
| Binary | 10101100 | 1101011 | 101010 | 0 | 100110 | 1001100 | 100001 | 11110 | 111101 | 101010 |
Color Harmonies of #AC6B2A
Complementary color
Monochromatic Colors of #AC6B2A
Black with #AC6B2A
Text Example
Text Example
White with #AC6B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B2A; }
p { color: rgb(172,107,42); }
H1.HeaderClassName
{
color: #AC6B2A;
}
.AnyTagClassName
{
color: #AC6B2A;
}
</style>
background-color css
<style>
a { background-color: #AC6B2A; }
a { background-color: rgb(172,107,42); }
div.DivClassName
{
background-color: #AC6B2A;
}
.BgClassName
{
background-color: #AC6B2A;
}
</style>
border-color css
<style>
span { border-color: #AC6B2A; }
span { border-color: rgb(172,107,42); }
td.TdClassName
{
border-color: #AC6B2A;
}
.TagClassName
{
border-color: #AC6B2A;
}
</style>