Shades of Reno Sand #AC702F
Tints of Reno Sand #AC702F
RGB
CMYK
RGB Variations
Color information
#AC702F (or 0xAC702F) is known color: Reno Sand. HEX triplet: AC, 70 and 2F. RGB value is (172,112,47). Sum of RGB (Red+Green+Blue) = 172+112+47=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC702F is #538FD0. Grayscale: #7A7A7A. Windows color (decimal): -5476305 or 3109036. OLE color: 3109036.
HSL color Cylindrical-coordinate representation of color #AC702F: hue angle of 31.2º 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 #AC702F is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 47 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.33 |
| HSL | 31.2º | 0.57% | 0.43% | - |
| HSV(B) | 31.2º | 0.73% | 0.67% | - |
| XYZ | 23.32 | 20.56 | 5.43 | - |
| YUV | 122.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 47 | 0 | 0.35 | 0.73 | 0.33 | 31.2 | 0.57 | 0.43 |
| Hex | AC | 70 | 2F | 0 | 23 | 49 | 21 | 1F | 39 | 2B |
| Octal | 254 | 160 | 57 | 0 | 43 | 111 | 41 | 37 | 71 | 53 |
| Binary | 10101100 | 1110000 | 101111 | 0 | 100011 | 1001001 | 100001 | 11111 | 111001 | 101011 |
Color Harmonies of #AC702F
Complementary color
Monochromatic Colors of #AC702F
Black with #AC702F
Text Example
Text Example
White with #AC702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC702F; }
p { color: rgb(172,112,47); }
H1.HeaderClassName
{
color: #AC702F;
}
.AnyTagClassName
{
color: #AC702F;
}
</style>
background-color css
<style>
a { background-color: #AC702F; }
a { background-color: rgb(172,112,47); }
div.DivClassName
{
background-color: #AC702F;
}
.BgClassName
{
background-color: #AC702F;
}
</style>
border-color css
<style>
span { border-color: #AC702F; }
span { border-color: rgb(172,112,47); }
td.TdClassName
{
border-color: #AC702F;
}
.TagClassName
{
border-color: #AC702F;
}
</style>