Shades of Reno Sand #AF732E
Tints of Reno Sand #AF732E
RGB
CMYK
RGB Variations
Color information
#AF732E (or 0xAF732E) is known color: Reno Sand. HEX triplet: AF, 73 and 2E. RGB value is (175,115,46). Sum of RGB (Red+Green+Blue) = 175+115+46=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF732E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF732E is #508CD1. Grayscale: #7D7D7D. Windows color (decimal): -5278930 or 3044271. OLE color: 3044271.
HSL color Cylindrical-coordinate representation of color #AF732E: hue angle of 32.09º 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 #AF732E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 46 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.31 |
| HSL | 32.09º | 0.58% | 0.43% | - |
| HSV(B) | 32.09º | 0.74% | 0.69% | - |
| XYZ | 24.3 | 21.57 | 5.47 | - |
| YUV | 125.07 | 83.38 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 46 | 0 | 0.34 | 0.74 | 0.31 | 32.09 | 0.58 | 0.43 |
| Hex | AF | 73 | 2E | 0 | 22 | 4A | 1F | 20 | 3A | 2B |
| Octal | 257 | 163 | 56 | 0 | 42 | 112 | 37 | 40 | 72 | 53 |
| Binary | 10101111 | 1110011 | 101110 | 0 | 100010 | 1001010 | 11111 | 100000 | 111010 | 101011 |
Color Harmonies of #AF732E
Complementary color
Monochromatic Colors of #AF732E
Black with #AF732E
Text Example
Text Example
White with #AF732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF732E; }
p { color: rgb(175,115,46); }
H1.HeaderClassName
{
color: #AF732E;
}
.AnyTagClassName
{
color: #AF732E;
}
</style>
background-color css
<style>
a { background-color: #AF732E; }
a { background-color: rgb(175,115,46); }
div.DivClassName
{
background-color: #AF732E;
}
.BgClassName
{
background-color: #AF732E;
}
</style>
border-color css
<style>
span { border-color: #AF732E; }
span { border-color: rgb(175,115,46); }
td.TdClassName
{
border-color: #AF732E;
}
.TagClassName
{
border-color: #AF732E;
}
</style>