Shades of Reno Sand #AF7030
Tints of Reno Sand #AF7030
RGB
CMYK
RGB Variations
Color information
#AF7030 (or 0xAF7030) is known color: Reno Sand. HEX triplet: AF, 70 and 30. RGB value is (175,112,48). Sum of RGB (Red+Green+Blue) = 175+112+48=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7030 is #508FCF. Grayscale: #7B7B7B. Windows color (decimal): -5279696 or 3174575. OLE color: 3174575.
HSL color Cylindrical-coordinate representation of color #AF7030: hue angle of 30.24º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF7030 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 48 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.31 |
| HSL | 30.24º | 0.57% | 0.44% | - |
| HSV(B) | 30.24º | 0.73% | 0.69% | - |
| XYZ | 24.01 | 20.92 | 5.57 | - |
| YUV | 123.54 | 85.37 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 48 | 0 | 0.36 | 0.73 | 0.31 | 30.24 | 0.57 | 0.44 |
| Hex | AF | 70 | 30 | 0 | 24 | 49 | 1F | 1E | 39 | 2C |
| Octal | 257 | 160 | 60 | 0 | 44 | 111 | 37 | 36 | 71 | 54 |
| Binary | 10101111 | 1110000 | 110000 | 0 | 100100 | 1001001 | 11111 | 11110 | 111001 | 101100 |
Color Harmonies of #AF7030
Complementary color
Monochromatic Colors of #AF7030
Black with #AF7030
Text Example
Text Example
White with #AF7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7030; }
p { color: rgb(175,112,48); }
H1.HeaderClassName
{
color: #AF7030;
}
.AnyTagClassName
{
color: #AF7030;
}
</style>
background-color css
<style>
a { background-color: #AF7030; }
a { background-color: rgb(175,112,48); }
div.DivClassName
{
background-color: #AF7030;
}
.BgClassName
{
background-color: #AF7030;
}
</style>
border-color css
<style>
span { border-color: #AF7030; }
span { border-color: rgb(175,112,48); }
td.TdClassName
{
border-color: #AF7030;
}
.TagClassName
{
border-color: #AF7030;
}
</style>