Shades of Reno Sand #AF702F
Tints of Reno Sand #AF702F
RGB
CMYK
RGB Variations
Color information
#AF702F (or 0xAF702F) is known color: Reno Sand. HEX triplet: AF, 70 and 2F. RGB value is (175,112,47). Sum of RGB (Red+Green+Blue) = 175+112+47=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF702F is #508FD0. Grayscale: #7B7B7B. Windows color (decimal): -5279697 or 3109039. OLE color: 3109039.
HSL color Cylindrical-coordinate representation of color #AF702F: hue angle of 30.47º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF702F is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 47 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.31 |
| HSL | 30.47º | 0.58% | 0.44% | - |
| HSV(B) | 30.47º | 0.73% | 0.69% | - |
| XYZ | 23.99 | 20.91 | 5.46 | - |
| YUV | 123.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 47 | 0 | 0.36 | 0.73 | 0.31 | 30.47 | 0.58 | 0.44 |
| Hex | AF | 70 | 2F | 0 | 24 | 49 | 1F | 1E | 3A | 2C |
| Octal | 257 | 160 | 57 | 0 | 44 | 111 | 37 | 36 | 72 | 54 |
| Binary | 10101111 | 1110000 | 101111 | 0 | 100100 | 1001001 | 11111 | 11110 | 111010 | 101100 |
Color Harmonies of #AF702F
Complementary color
Monochromatic Colors of #AF702F
Black with #AF702F
Text Example
Text Example
White with #AF702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF702F; }
p { color: rgb(175,112,47); }
H1.HeaderClassName
{
color: #AF702F;
}
.AnyTagClassName
{
color: #AF702F;
}
</style>
background-color css
<style>
a { background-color: #AF702F; }
a { background-color: rgb(175,112,47); }
div.DivClassName
{
background-color: #AF702F;
}
.BgClassName
{
background-color: #AF702F;
}
</style>
border-color css
<style>
span { border-color: #AF702F; }
span { border-color: rgb(175,112,47); }
td.TdClassName
{
border-color: #AF702F;
}
.TagClassName
{
border-color: #AF702F;
}
</style>