Shades of Reno Sand #AF702D
Tints of Reno Sand #AF702D
RGB
CMYK
RGB Variations
Color information
#AF702D (or 0xAF702D) is known color: Reno Sand. HEX triplet: AF, 70 and 2D. RGB value is (175,112,45). Sum of RGB (Red+Green+Blue) = 175+112+45=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF702D is #508FD2. Grayscale: #7B7B7B. Windows color (decimal): -5279699 or 2977967. OLE color: 2977967.
HSL color Cylindrical-coordinate representation of color #AF702D: hue angle of 30.92º degrees, saturation: 0.59, 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 #AF702D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 45 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.31 |
| HSL | 30.92º | 0.59% | 0.43% | - |
| HSV(B) | 30.92º | 0.74% | 0.69% | - |
| XYZ | 23.95 | 20.89 | 5.25 | - |
| YUV | 123.2 | 83.87 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 45 | 0 | 0.36 | 0.74 | 0.31 | 30.92 | 0.59 | 0.43 |
| Hex | AF | 70 | 2D | 0 | 24 | 4A | 1F | 1F | 3B | 2B |
| Octal | 257 | 160 | 55 | 0 | 44 | 112 | 37 | 37 | 73 | 53 |
| Binary | 10101111 | 1110000 | 101101 | 0 | 100100 | 1001010 | 11111 | 11111 | 111011 | 101011 |
Color Harmonies of #AF702D
Complementary color
Monochromatic Colors of #AF702D
Black with #AF702D
Text Example
Text Example
White with #AF702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF702D; }
p { color: rgb(175,112,45); }
H1.HeaderClassName
{
color: #AF702D;
}
.AnyTagClassName
{
color: #AF702D;
}
</style>
background-color css
<style>
a { background-color: #AF702D; }
a { background-color: rgb(175,112,45); }
div.DivClassName
{
background-color: #AF702D;
}
.BgClassName
{
background-color: #AF702D;
}
</style>
border-color css
<style>
span { border-color: #AF702D; }
span { border-color: rgb(175,112,45); }
td.TdClassName
{
border-color: #AF702D;
}
.TagClassName
{
border-color: #AF702D;
}
</style>