Shades of Reno Sand #AF6F37
Tints of Reno Sand #AF6F37
RGB
CMYK
RGB Variations
Color information
#AF6F37 (or 0xAF6F37) is known color: Reno Sand. HEX triplet: AF, 6F and 37. RGB value is (175,111,55). Sum of RGB (Red+Green+Blue) = 175+111+55=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F37 is #5090C8. Grayscale: #7C7C7C. Windows color (decimal): -5279945 or 3633071. OLE color: 3633071.
HSL color Cylindrical-coordinate representation of color #AF6F37: hue angle of 28º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF6F37 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 55 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.31 |
| HSL | 28º | 0.52% | 0.45% | - |
| HSV(B) | 28º | 0.69% | 0.69% | - |
| XYZ | 24.05 | 20.76 | 6.35 | - |
| YUV | 123.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 55 | 0 | 0.37 | 0.69 | 0.31 | 28 | 0.52 | 0.45 |
| Hex | AF | 6F | 37 | 0 | 25 | 45 | 1F | 1C | 34 | 2D |
| Octal | 257 | 157 | 67 | 0 | 45 | 105 | 37 | 34 | 64 | 55 |
| Binary | 10101111 | 1101111 | 110111 | 0 | 100101 | 1000101 | 11111 | 11100 | 110100 | 101101 |
Color Harmonies of #AF6F37
Complementary color
Monochromatic Colors of #AF6F37
Black with #AF6F37
Text Example
Text Example
White with #AF6F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F37; }
p { color: rgb(175,111,55); }
H1.HeaderClassName
{
color: #AF6F37;
}
.AnyTagClassName
{
color: #AF6F37;
}
</style>
background-color css
<style>
a { background-color: #AF6F37; }
a { background-color: rgb(175,111,55); }
div.DivClassName
{
background-color: #AF6F37;
}
.BgClassName
{
background-color: #AF6F37;
}
</style>
border-color css
<style>
span { border-color: #AF6F37; }
span { border-color: rgb(175,111,55); }
td.TdClassName
{
border-color: #AF6F37;
}
.TagClassName
{
border-color: #AF6F37;
}
</style>