Shades of Reno Sand #AF6E2C
Tints of Reno Sand #AF6E2C
RGB
CMYK
RGB Variations
Color information
#AF6E2C (or 0xAF6E2C) is known color: Reno Sand. HEX triplet: AF, 6E and 2C. RGB value is (175,110,44). Sum of RGB (Red+Green+Blue) = 175+110+44=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E2C is #5091D3. Grayscale: #7A7A7A. Windows color (decimal): -5280212 or 2911919. OLE color: 2911919.
HSL color Cylindrical-coordinate representation of color #AF6E2C: hue angle of 30.23º 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 #AF6E2C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 44 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.31 |
| HSL | 30.23º | 0.6% | 0.43% | - |
| HSV(B) | 30.23º | 0.75% | 0.69% | - |
| XYZ | 23.71 | 20.45 | 5.08 | - |
| YUV | 121.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 44 | 0 | 0.37 | 0.75 | 0.31 | 30.23 | 0.6 | 0.43 |
| Hex | AF | 6E | 2C | 0 | 25 | 4B | 1F | 1E | 3C | 2B |
| Octal | 257 | 156 | 54 | 0 | 45 | 113 | 37 | 36 | 74 | 53 |
| Binary | 10101111 | 1101110 | 101100 | 0 | 100101 | 1001011 | 11111 | 11110 | 111100 | 101011 |
Color Harmonies of #AF6E2C
Complementary color
Monochromatic Colors of #AF6E2C
Black with #AF6E2C
Text Example
Text Example
White with #AF6E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E2C; }
p { color: rgb(175,110,44); }
H1.HeaderClassName
{
color: #AF6E2C;
}
.AnyTagClassName
{
color: #AF6E2C;
}
</style>
background-color css
<style>
a { background-color: #AF6E2C; }
a { background-color: rgb(175,110,44); }
div.DivClassName
{
background-color: #AF6E2C;
}
.BgClassName
{
background-color: #AF6E2C;
}
</style>
border-color css
<style>
span { border-color: #AF6E2C; }
span { border-color: rgb(175,110,44); }
td.TdClassName
{
border-color: #AF6E2C;
}
.TagClassName
{
border-color: #AF6E2C;
}
</style>