Shades of Reno Sand #AF682C
Tints of Reno Sand #AF682C
RGB
CMYK
RGB Variations
Color information
#AF682C (or 0xAF682C) is known color: Reno Sand. HEX triplet: AF, 68 and 2C. RGB value is (175,104,44). Sum of RGB (Red+Green+Blue) = 175+104+44=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF682C is #5097D3. Grayscale: #767676. Windows color (decimal): -5281748 or 2910383. OLE color: 2910383.
HSL color Cylindrical-coordinate representation of color #AF682C: hue angle of 27.48º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF682C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 44 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.31 |
| HSL | 27.48º | 0.6% | 0.43% | - |
| HSV(B) | 27.48º | 0.75% | 0.69% | - |
| XYZ | 23.08 | 19.2 | 4.87 | - |
| YUV | 118.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 44 | 0 | 0.41 | 0.75 | 0.31 | 27.48 | 0.6 | 0.43 |
| Hex | AF | 68 | 2C | 0 | 29 | 4B | 1F | 1B | 3C | 2B |
| Octal | 257 | 150 | 54 | 0 | 51 | 113 | 37 | 33 | 74 | 53 |
| Binary | 10101111 | 1101000 | 101100 | 0 | 101001 | 1001011 | 11111 | 11011 | 111100 | 101011 |
Color Harmonies of #AF682C
Complementary color
Monochromatic Colors of #AF682C
Black with #AF682C
Text Example
Text Example
White with #AF682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF682C; }
p { color: rgb(175,104,44); }
H1.HeaderClassName
{
color: #AF682C;
}
.AnyTagClassName
{
color: #AF682C;
}
</style>
background-color css
<style>
a { background-color: #AF682C; }
a { background-color: rgb(175,104,44); }
div.DivClassName
{
background-color: #AF682C;
}
.BgClassName
{
background-color: #AF682C;
}
</style>
border-color css
<style>
span { border-color: #AF682C; }
span { border-color: rgb(175,104,44); }
td.TdClassName
{
border-color: #AF682C;
}
.TagClassName
{
border-color: #AF682C;
}
</style>