Shades of Reno Sand #AC6C34
Tints of Reno Sand #AC6C34
RGB
CMYK
RGB Variations
Color information
#AC6C34 (or 0xAC6C34) is known color: Reno Sand. HEX triplet: AC, 6C and 34. RGB value is (172,108,52). Sum of RGB (Red+Green+Blue) = 172+108+52=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C34 is #5393CB. Grayscale: #797979. Windows color (decimal): -5477324 or 3435692. OLE color: 3435692.
HSL color Cylindrical-coordinate representation of color #AC6C34: hue angle of 28º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC6C34 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 52 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.33 |
| HSL | 28º | 0.54% | 0.44% | - |
| HSV(B) | 28º | 0.7% | 0.67% | - |
| XYZ | 23 | 19.74 | 5.85 | - |
| YUV | 120.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 52 | 0 | 0.37 | 0.70 | 0.33 | 28 | 0.54 | 0.44 |
| Hex | AC | 6C | 34 | 0 | 25 | 46 | 21 | 1C | 36 | 2C |
| Octal | 254 | 154 | 64 | 0 | 45 | 106 | 41 | 34 | 66 | 54 |
| Binary | 10101100 | 1101100 | 110100 | 0 | 100101 | 1000110 | 100001 | 11100 | 110110 | 101100 |
Color Harmonies of #AC6C34
Complementary color
Monochromatic Colors of #AC6C34
Black with #AC6C34
Text Example
Text Example
White with #AC6C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C34; }
p { color: rgb(172,108,52); }
H1.HeaderClassName
{
color: #AC6C34;
}
.AnyTagClassName
{
color: #AC6C34;
}
</style>
background-color css
<style>
a { background-color: #AC6C34; }
a { background-color: rgb(172,108,52); }
div.DivClassName
{
background-color: #AC6C34;
}
.BgClassName
{
background-color: #AC6C34;
}
</style>
border-color css
<style>
span { border-color: #AC6C34; }
span { border-color: rgb(172,108,52); }
td.TdClassName
{
border-color: #AC6C34;
}
.TagClassName
{
border-color: #AC6C34;
}
</style>