Shades of Reno Sand #AF7038
Tints of Reno Sand #AF7038
RGB
CMYK
RGB Variations
Color information
#AF7038 (or 0xAF7038) is known color: Reno Sand. HEX triplet: AF, 70 and 38. RGB value is (175,112,56). Sum of RGB (Red+Green+Blue) = 175+112+56=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7038 is #508FC7. Grayscale: #7C7C7C. Windows color (decimal): -5279688 or 3698863. OLE color: 3698863.
HSL color Cylindrical-coordinate representation of color #AF7038: hue angle of 28.24º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF7038 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 56 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.31 |
| HSL | 28.24º | 0.52% | 0.45% | - |
| HSV(B) | 28.24º | 0.68% | 0.69% | - |
| XYZ | 24.19 | 20.99 | 6.52 | - |
| YUV | 124.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 56 | 0 | 0.36 | 0.68 | 0.31 | 28.24 | 0.52 | 0.45 |
| Hex | AF | 70 | 38 | 0 | 24 | 44 | 1F | 1C | 34 | 2D |
| Octal | 257 | 160 | 70 | 0 | 44 | 104 | 37 | 34 | 64 | 55 |
| Binary | 10101111 | 1110000 | 111000 | 0 | 100100 | 1000100 | 11111 | 11100 | 110100 | 101101 |
Color Harmonies of #AF7038
Complementary color
Monochromatic Colors of #AF7038
Black with #AF7038
Text Example
Text Example
White with #AF7038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7038; }
p { color: rgb(175,112,56); }
H1.HeaderClassName
{
color: #AF7038;
}
.AnyTagClassName
{
color: #AF7038;
}
</style>
background-color css
<style>
a { background-color: #AF7038; }
a { background-color: rgb(175,112,56); }
div.DivClassName
{
background-color: #AF7038;
}
.BgClassName
{
background-color: #AF7038;
}
</style>
border-color css
<style>
span { border-color: #AF7038; }
span { border-color: rgb(175,112,56); }
td.TdClassName
{
border-color: #AF7038;
}
.TagClassName
{
border-color: #AF7038;
}
</style>