Shades of Reno Sand #AC6A33
Tints of Reno Sand #AC6A33
RGB
CMYK
RGB Variations
Color information
#AC6A33 (or 0xAC6A33) is known color: Reno Sand. HEX triplet: AC, 6A and 33. RGB value is (172,106,51). Sum of RGB (Red+Green+Blue) = 172+106+51=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A33 is #5395CC. Grayscale: #777777. Windows color (decimal): -5477837 or 3369644. OLE color: 3369644.
HSL color Cylindrical-coordinate representation of color #AC6A33: hue angle of 27.27º 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 #AC6A33 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 51 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.33 |
| HSL | 27.27º | 0.54% | 0.44% | - |
| HSV(B) | 27.27º | 0.7% | 0.67% | - |
| XYZ | 22.76 | 19.32 | 5.66 | - |
| YUV | 119.46 | 89.37 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 51 | 0 | 0.38 | 0.70 | 0.33 | 27.27 | 0.54 | 0.44 |
| Hex | AC | 6A | 33 | 0 | 26 | 46 | 21 | 1B | 36 | 2C |
| Octal | 254 | 152 | 63 | 0 | 46 | 106 | 41 | 33 | 66 | 54 |
| Binary | 10101100 | 1101010 | 110011 | 0 | 100110 | 1000110 | 100001 | 11011 | 110110 | 101100 |
Color Harmonies of #AC6A33
Complementary color
Monochromatic Colors of #AC6A33
Black with #AC6A33
Text Example
Text Example
White with #AC6A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A33; }
p { color: rgb(172,106,51); }
H1.HeaderClassName
{
color: #AC6A33;
}
.AnyTagClassName
{
color: #AC6A33;
}
</style>
background-color css
<style>
a { background-color: #AC6A33; }
a { background-color: rgb(172,106,51); }
div.DivClassName
{
background-color: #AC6A33;
}
.BgClassName
{
background-color: #AC6A33;
}
</style>
border-color css
<style>
span { border-color: #AC6A33; }
span { border-color: rgb(172,106,51); }
td.TdClassName
{
border-color: #AC6A33;
}
.TagClassName
{
border-color: #AC6A33;
}
</style>