Shades of Reno Sand #AC7639
Tints of Reno Sand #AC7639
RGB
CMYK
RGB Variations
Color information
#AC7639 (or 0xAC7639) is known color: Reno Sand. HEX triplet: AC, 76 and 39. RGB value is (172,118,57). Sum of RGB (Red+Green+Blue) = 172+118+57=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7639 is #5389C6. Grayscale: #7F7F7F. Windows color (decimal): -5474759 or 3765932. OLE color: 3765932.
HSL color Cylindrical-coordinate representation of color #AC7639: hue angle of 31.83º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC7639 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 57 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.33 |
| HSL | 31.83º | 0.5% | 0.45% | - |
| HSV(B) | 31.83º | 0.67% | 0.67% | - |
| XYZ | 24.23 | 22.02 | 6.84 | - |
| YUV | 127.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 57 | 0 | 0.31 | 0.67 | 0.33 | 31.83 | 0.5 | 0.45 |
| Hex | AC | 76 | 39 | 0 | 1F | 43 | 21 | 20 | 32 | 2D |
| Octal | 254 | 166 | 71 | 0 | 37 | 103 | 41 | 40 | 62 | 55 |
| Binary | 10101100 | 1110110 | 111001 | 0 | 11111 | 1000011 | 100001 | 100000 | 110010 | 101101 |
Color Harmonies of #AC7639
Complementary color
Monochromatic Colors of #AC7639
Black with #AC7639
Text Example
Text Example
White with #AC7639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7639; }
p { color: rgb(172,118,57); }
H1.HeaderClassName
{
color: #AC7639;
}
.AnyTagClassName
{
color: #AC7639;
}
</style>
background-color css
<style>
a { background-color: #AC7639; }
a { background-color: rgb(172,118,57); }
div.DivClassName
{
background-color: #AC7639;
}
.BgClassName
{
background-color: #AC7639;
}
</style>
border-color css
<style>
span { border-color: #AC7639; }
span { border-color: rgb(172,118,57); }
td.TdClassName
{
border-color: #AC7639;
}
.TagClassName
{
border-color: #AC7639;
}
</style>