Shades of Reno Sand #AF712D
Tints of Reno Sand #AF712D
RGB
CMYK
RGB Variations
Color information
#AF712D (or 0xAF712D) is known color: Reno Sand. HEX triplet: AF, 71 and 2D. RGB value is (175,113,45). Sum of RGB (Red+Green+Blue) = 175+113+45=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF712D is #508ED2. Grayscale: #7C7C7C. Windows color (decimal): -5279443 or 2978223. OLE color: 2978223.
HSL color Cylindrical-coordinate representation of color #AF712D: hue angle of 31.38º 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 #AF712D is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 45 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.31 |
| HSL | 31.38º | 0.59% | 0.43% | - |
| HSV(B) | 31.38º | 0.74% | 0.69% | - |
| XYZ | 24.06 | 21.11 | 5.29 | - |
| YUV | 123.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 45 | 0 | 0.35 | 0.74 | 0.31 | 31.38 | 0.59 | 0.43 |
| Hex | AF | 71 | 2D | 0 | 23 | 4A | 1F | 1F | 3B | 2B |
| Octal | 257 | 161 | 55 | 0 | 43 | 112 | 37 | 37 | 73 | 53 |
| Binary | 10101111 | 1110001 | 101101 | 0 | 100011 | 1001010 | 11111 | 11111 | 111011 | 101011 |
Color Harmonies of #AF712D
Complementary color
Monochromatic Colors of #AF712D
Black with #AF712D
Text Example
Text Example
White with #AF712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF712D; }
p { color: rgb(175,113,45); }
H1.HeaderClassName
{
color: #AF712D;
}
.AnyTagClassName
{
color: #AF712D;
}
</style>
background-color css
<style>
a { background-color: #AF712D; }
a { background-color: rgb(175,113,45); }
div.DivClassName
{
background-color: #AF712D;
}
.BgClassName
{
background-color: #AF712D;
}
</style>
border-color css
<style>
span { border-color: #AF712D; }
span { border-color: rgb(175,113,45); }
td.TdClassName
{
border-color: #AF712D;
}
.TagClassName
{
border-color: #AF712D;
}
</style>