Shades of Reno Sand #AF7234
Tints of Reno Sand #AF7234
RGB
CMYK
RGB Variations
Color information
#AF7234 (or 0xAF7234) is known color: Reno Sand. HEX triplet: AF, 72 and 34. RGB value is (175,114,52). Sum of RGB (Red+Green+Blue) = 175+114+52=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7234 is #508DCB. Grayscale: #7D7D7D. Windows color (decimal): -5279180 or 3437231. OLE color: 3437231.
HSL color Cylindrical-coordinate representation of color #AF7234: hue angle of 30.24º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF7234 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 52 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.31 |
| HSL | 30.24º | 0.54% | 0.45% | - |
| HSV(B) | 30.24º | 0.7% | 0.69% | - |
| XYZ | 24.32 | 21.4 | 6.1 | - |
| YUV | 125.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 52 | 0 | 0.35 | 0.70 | 0.31 | 30.24 | 0.54 | 0.45 |
| Hex | AF | 72 | 34 | 0 | 23 | 46 | 1F | 1E | 36 | 2D |
| Octal | 257 | 162 | 64 | 0 | 43 | 106 | 37 | 36 | 66 | 55 |
| Binary | 10101111 | 1110010 | 110100 | 0 | 100011 | 1000110 | 11111 | 11110 | 110110 | 101101 |
Color Harmonies of #AF7234
Complementary color
Monochromatic Colors of #AF7234
Black with #AF7234
Text Example
Text Example
White with #AF7234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7234; }
p { color: rgb(175,114,52); }
H1.HeaderClassName
{
color: #AF7234;
}
.AnyTagClassName
{
color: #AF7234;
}
</style>
background-color css
<style>
a { background-color: #AF7234; }
a { background-color: rgb(175,114,52); }
div.DivClassName
{
background-color: #AF7234;
}
.BgClassName
{
background-color: #AF7234;
}
</style>
border-color css
<style>
span { border-color: #AF7234; }
span { border-color: rgb(175,114,52); }
td.TdClassName
{
border-color: #AF7234;
}
.TagClassName
{
border-color: #AF7234;
}
</style>