Shades of Reno Sand #AF7337
Tints of Reno Sand #AF7337
RGB
CMYK
RGB Variations
Color information
#AF7337 (or 0xAF7337) is known color: Reno Sand. HEX triplet: AF, 73 and 37. RGB value is (175,115,55). Sum of RGB (Red+Green+Blue) = 175+115+55=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7337 is #508CC8. Grayscale: #7E7E7E. Windows color (decimal): -5278921 or 3634095. OLE color: 3634095.
HSL color Cylindrical-coordinate representation of color #AF7337: hue angle of 30º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF7337 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 55 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.31 |
| HSL | 30º | 0.52% | 0.45% | - |
| HSV(B) | 30º | 0.69% | 0.69% | - |
| XYZ | 24.5 | 21.65 | 6.5 | - |
| YUV | 126.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 55 | 0 | 0.34 | 0.69 | 0.31 | 30 | 0.52 | 0.45 |
| Hex | AF | 73 | 37 | 0 | 22 | 45 | 1F | 1E | 34 | 2D |
| Octal | 257 | 163 | 67 | 0 | 42 | 105 | 37 | 36 | 64 | 55 |
| Binary | 10101111 | 1110011 | 110111 | 0 | 100010 | 1000101 | 11111 | 11110 | 110100 | 101101 |
Color Harmonies of #AF7337
Complementary color
Monochromatic Colors of #AF7337
Black with #AF7337
Text Example
Text Example
White with #AF7337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7337; }
p { color: rgb(175,115,55); }
H1.HeaderClassName
{
color: #AF7337;
}
.AnyTagClassName
{
color: #AF7337;
}
</style>
background-color css
<style>
a { background-color: #AF7337; }
a { background-color: rgb(175,115,55); }
div.DivClassName
{
background-color: #AF7337;
}
.BgClassName
{
background-color: #AF7337;
}
</style>
border-color css
<style>
span { border-color: #AF7337; }
span { border-color: rgb(175,115,55); }
td.TdClassName
{
border-color: #AF7337;
}
.TagClassName
{
border-color: #AF7337;
}
</style>