Shades of Reno Sand #AF6D31
Tints of Reno Sand #AF6D31
RGB
CMYK
RGB Variations
Color information
#AF6D31 (or 0xAF6D31) is known color: Reno Sand. HEX triplet: AF, 6D and 31. RGB value is (175,109,49). Sum of RGB (Red+Green+Blue) = 175+109+49=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D31 is #5092CE. Grayscale: #7A7A7A. Windows color (decimal): -5280463 or 3239343. OLE color: 3239343.
HSL color Cylindrical-coordinate representation of color #AF6D31: hue angle of 28.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF6D31 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 49 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.31 |
| HSL | 28.57º | 0.56% | 0.44% | - |
| HSV(B) | 28.57º | 0.72% | 0.69% | - |
| XYZ | 23.7 | 20.27 | 5.57 | - |
| YUV | 121.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 49 | 0 | 0.38 | 0.72 | 0.31 | 28.57 | 0.56 | 0.44 |
| Hex | AF | 6D | 31 | 0 | 26 | 48 | 1F | 1D | 38 | 2C |
| Octal | 257 | 155 | 61 | 0 | 46 | 110 | 37 | 35 | 70 | 54 |
| Binary | 10101111 | 1101101 | 110001 | 0 | 100110 | 1001000 | 11111 | 11101 | 111000 | 101100 |
Color Harmonies of #AF6D31
Complementary color
Monochromatic Colors of #AF6D31
Black with #AF6D31
Text Example
Text Example
White with #AF6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D31; }
p { color: rgb(175,109,49); }
H1.HeaderClassName
{
color: #AF6D31;
}
.AnyTagClassName
{
color: #AF6D31;
}
</style>
background-color css
<style>
a { background-color: #AF6D31; }
a { background-color: rgb(175,109,49); }
div.DivClassName
{
background-color: #AF6D31;
}
.BgClassName
{
background-color: #AF6D31;
}
</style>
border-color css
<style>
span { border-color: #AF6D31; }
span { border-color: rgb(175,109,49); }
td.TdClassName
{
border-color: #AF6D31;
}
.TagClassName
{
border-color: #AF6D31;
}
</style>