Shades of Reno Sand #AF702E
Tints of Reno Sand #AF702E
RGB
CMYK
RGB Variations
Color information
#AF702E (or 0xAF702E) is known color: Reno Sand. HEX triplet: AF, 70 and 2E. RGB value is (175,112,46). Sum of RGB (Red+Green+Blue) = 175+112+46=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF702E is #508FD1. Grayscale: #7B7B7B. Windows color (decimal): -5279698 or 3043503. OLE color: 3043503.
HSL color Cylindrical-coordinate representation of color #AF702E: hue angle of 30.7º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF702E is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 46 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.31 |
| HSL | 30.7º | 0.58% | 0.43% | - |
| HSV(B) | 30.7º | 0.74% | 0.69% | - |
| XYZ | 23.97 | 20.9 | 5.36 | - |
| YUV | 123.31 | 84.37 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 46 | 0 | 0.36 | 0.74 | 0.31 | 30.7 | 0.58 | 0.43 |
| Hex | AF | 70 | 2E | 0 | 24 | 4A | 1F | 1F | 3A | 2B |
| Octal | 257 | 160 | 56 | 0 | 44 | 112 | 37 | 37 | 72 | 53 |
| Binary | 10101111 | 1110000 | 101110 | 0 | 100100 | 1001010 | 11111 | 11111 | 111010 | 101011 |
Color Harmonies of #AF702E
Complementary color
Monochromatic Colors of #AF702E
Black with #AF702E
Text Example
Text Example
White with #AF702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF702E; }
p { color: rgb(175,112,46); }
H1.HeaderClassName
{
color: #AF702E;
}
.AnyTagClassName
{
color: #AF702E;
}
</style>
background-color css
<style>
a { background-color: #AF702E; }
a { background-color: rgb(175,112,46); }
div.DivClassName
{
background-color: #AF702E;
}
.BgClassName
{
background-color: #AF702E;
}
</style>
border-color css
<style>
span { border-color: #AF702E; }
span { border-color: rgb(175,112,46); }
td.TdClassName
{
border-color: #AF702E;
}
.TagClassName
{
border-color: #AF702E;
}
</style>