Shades of Reno Sand #AF6E2A
Tints of Reno Sand #AF6E2A
RGB
CMYK
RGB Variations
Color information
#AF6E2A (or 0xAF6E2A) is known color: Reno Sand. HEX triplet: AF, 6E and 2A. RGB value is (175,110,42). Sum of RGB (Red+Green+Blue) = 175+110+42=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E2A is #5091D5. Grayscale: #7A7A7A. Windows color (decimal): -5280214 or 2780847. OLE color: 2780847.
HSL color Cylindrical-coordinate representation of color #AF6E2A: hue angle of 30.68º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF6E2A is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 42 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.31 |
| HSL | 30.68º | 0.61% | 0.43% | - |
| HSV(B) | 30.68º | 0.76% | 0.69% | - |
| XYZ | 23.67 | 20.43 | 4.89 | - |
| YUV | 121.68 | 83.03 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 42 | 0 | 0.37 | 0.76 | 0.31 | 30.68 | 0.61 | 0.43 |
| Hex | AF | 6E | 2A | 0 | 25 | 4C | 1F | 1F | 3D | 2B |
| Octal | 257 | 156 | 52 | 0 | 45 | 114 | 37 | 37 | 75 | 53 |
| Binary | 10101111 | 1101110 | 101010 | 0 | 100101 | 1001100 | 11111 | 11111 | 111101 | 101011 |
Color Harmonies of #AF6E2A
Complementary color
Monochromatic Colors of #AF6E2A
Black with #AF6E2A
Text Example
Text Example
White with #AF6E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E2A; }
p { color: rgb(175,110,42); }
H1.HeaderClassName
{
color: #AF6E2A;
}
.AnyTagClassName
{
color: #AF6E2A;
}
</style>
background-color css
<style>
a { background-color: #AF6E2A; }
a { background-color: rgb(175,110,42); }
div.DivClassName
{
background-color: #AF6E2A;
}
.BgClassName
{
background-color: #AF6E2A;
}
</style>
border-color css
<style>
span { border-color: #AF6E2A; }
span { border-color: rgb(175,110,42); }
td.TdClassName
{
border-color: #AF6E2A;
}
.TagClassName
{
border-color: #AF6E2A;
}
</style>