Shades of Reno Sand #AF743B
Tints of Reno Sand #AF743B
RGB
CMYK
RGB Variations
Color information
#AF743B (or 0xAF743B) is known color: Reno Sand. HEX triplet: AF, 74 and 3B. RGB value is (175,116,59). Sum of RGB (Red+Green+Blue) = 175+116+59=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF743B is #508BC4. Grayscale: #7F7F7F. Windows color (decimal): -5278661 or 3896495. OLE color: 3896495.
HSL color Cylindrical-coordinate representation of color #AF743B: hue angle of 29.48º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF743B is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 59 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.31 |
| HSL | 29.48º | 0.5% | 0.46% | - |
| HSV(B) | 29.48º | 0.66% | 0.69% | - |
| XYZ | 24.71 | 21.92 | 7.07 | - |
| YUV | 127.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 59 | 0 | 0.34 | 0.66 | 0.31 | 29.48 | 0.5 | 0.46 |
| Hex | AF | 74 | 3B | 0 | 22 | 42 | 1F | 1D | 32 | 2E |
| Octal | 257 | 164 | 73 | 0 | 42 | 102 | 37 | 35 | 62 | 56 |
| Binary | 10101111 | 1110100 | 111011 | 0 | 100010 | 1000010 | 11111 | 11101 | 110010 | 101110 |
Color Harmonies of #AF743B
Complementary color
Monochromatic Colors of #AF743B
Black with #AF743B
Text Example
Text Example
White with #AF743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF743B; }
p { color: rgb(175,116,59); }
H1.HeaderClassName
{
color: #AF743B;
}
.AnyTagClassName
{
color: #AF743B;
}
</style>
background-color css
<style>
a { background-color: #AF743B; }
a { background-color: rgb(175,116,59); }
div.DivClassName
{
background-color: #AF743B;
}
.BgClassName
{
background-color: #AF743B;
}
</style>
border-color css
<style>
span { border-color: #AF743B; }
span { border-color: rgb(175,116,59); }
td.TdClassName
{
border-color: #AF743B;
}
.TagClassName
{
border-color: #AF743B;
}
</style>