Shades of Reno Sand #AF7031
Tints of Reno Sand #AF7031
RGB
CMYK
RGB Variations
Color information
#AF7031 (or 0xAF7031) is known color: Reno Sand. HEX triplet: AF, 70 and 31. RGB value is (175,112,49). Sum of RGB (Red+Green+Blue) = 175+112+49=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7031 is #508FCE. Grayscale: #7B7B7B. Windows color (decimal): -5279695 or 3240111. OLE color: 3240111.
HSL color Cylindrical-coordinate representation of color #AF7031: hue angle of 30º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF7031 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 49 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.31 |
| HSL | 30º | 0.56% | 0.44% | - |
| HSV(B) | 30º | 0.72% | 0.69% | - |
| XYZ | 24.03 | 20.92 | 5.68 | - |
| YUV | 123.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 49 | 0 | 0.36 | 0.72 | 0.31 | 30 | 0.56 | 0.44 |
| Hex | AF | 70 | 31 | 0 | 24 | 48 | 1F | 1E | 38 | 2C |
| Octal | 257 | 160 | 61 | 0 | 44 | 110 | 37 | 36 | 70 | 54 |
| Binary | 10101111 | 1110000 | 110001 | 0 | 100100 | 1001000 | 11111 | 11110 | 111000 | 101100 |
Color Harmonies of #AF7031
Complementary color
Monochromatic Colors of #AF7031
Black with #AF7031
Text Example
Text Example
White with #AF7031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7031; }
p { color: rgb(175,112,49); }
H1.HeaderClassName
{
color: #AF7031;
}
.AnyTagClassName
{
color: #AF7031;
}
</style>
background-color css
<style>
a { background-color: #AF7031; }
a { background-color: rgb(175,112,49); }
div.DivClassName
{
background-color: #AF7031;
}
.BgClassName
{
background-color: #AF7031;
}
</style>
border-color css
<style>
span { border-color: #AF7031; }
span { border-color: rgb(175,112,49); }
td.TdClassName
{
border-color: #AF7031;
}
.TagClassName
{
border-color: #AF7031;
}
</style>