Shades of Reno Sand #AF682F
Tints of Reno Sand #AF682F
RGB
CMYK
RGB Variations
Color information
#AF682F (or 0xAF682F) is known color: Reno Sand. HEX triplet: AF, 68 and 2F. RGB value is (175,104,47). Sum of RGB (Red+Green+Blue) = 175+104+47=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF682F is #5097D0. Grayscale: #777777. Windows color (decimal): -5281745 or 3106991. OLE color: 3106991.
HSL color Cylindrical-coordinate representation of color #AF682F: hue angle of 26.72º degrees, saturation: 0.58, 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 #AF682F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 47 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.31 |
| HSL | 26.72º | 0.58% | 0.44% | - |
| HSV(B) | 26.72º | 0.73% | 0.69% | - |
| XYZ | 23.14 | 19.22 | 5.18 | - |
| YUV | 118.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 47 | 0 | 0.41 | 0.73 | 0.31 | 26.72 | 0.58 | 0.44 |
| Hex | AF | 68 | 2F | 0 | 29 | 49 | 1F | 1B | 3A | 2C |
| Octal | 257 | 150 | 57 | 0 | 51 | 111 | 37 | 33 | 72 | 54 |
| Binary | 10101111 | 1101000 | 101111 | 0 | 101001 | 1001001 | 11111 | 11011 | 111010 | 101100 |
Color Harmonies of #AF682F
Complementary color
Monochromatic Colors of #AF682F
Black with #AF682F
Text Example
Text Example
White with #AF682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF682F; }
p { color: rgb(175,104,47); }
H1.HeaderClassName
{
color: #AF682F;
}
.AnyTagClassName
{
color: #AF682F;
}
</style>
background-color css
<style>
a { background-color: #AF682F; }
a { background-color: rgb(175,104,47); }
div.DivClassName
{
background-color: #AF682F;
}
.BgClassName
{
background-color: #AF682F;
}
</style>
border-color css
<style>
span { border-color: #AF682F; }
span { border-color: rgb(175,104,47); }
td.TdClassName
{
border-color: #AF682F;
}
.TagClassName
{
border-color: #AF682F;
}
</style>