Shades of Reno Sand #AF6F2A
Tints of Reno Sand #AF6F2A
RGB
CMYK
RGB Variations
Color information
#AF6F2A (or 0xAF6F2A) is known color: Reno Sand. HEX triplet: AF, 6F and 2A. RGB value is (175,111,42). Sum of RGB (Red+Green+Blue) = 175+111+42=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F2A is #5090D5. Grayscale: #7A7A7A. Windows color (decimal): -5279958 or 2781103. OLE color: 2781103.
HSL color Cylindrical-coordinate representation of color #AF6F2A: hue angle of 31.13º 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 #AF6F2A is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 42 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.31 |
| HSL | 31.13º | 0.61% | 0.43% | - |
| HSV(B) | 31.13º | 0.76% | 0.69% | - |
| XYZ | 23.78 | 20.65 | 4.92 | - |
| YUV | 122.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 42 | 0 | 0.37 | 0.76 | 0.31 | 31.13 | 0.61 | 0.43 |
| Hex | AF | 6F | 2A | 0 | 25 | 4C | 1F | 1F | 3D | 2B |
| Octal | 257 | 157 | 52 | 0 | 45 | 114 | 37 | 37 | 75 | 53 |
| Binary | 10101111 | 1101111 | 101010 | 0 | 100101 | 1001100 | 11111 | 11111 | 111101 | 101011 |
Color Harmonies of #AF6F2A
Complementary color
Monochromatic Colors of #AF6F2A
Black with #AF6F2A
Text Example
Text Example
White with #AF6F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F2A; }
p { color: rgb(175,111,42); }
H1.HeaderClassName
{
color: #AF6F2A;
}
.AnyTagClassName
{
color: #AF6F2A;
}
</style>
background-color css
<style>
a { background-color: #AF6F2A; }
a { background-color: rgb(175,111,42); }
div.DivClassName
{
background-color: #AF6F2A;
}
.BgClassName
{
background-color: #AF6F2A;
}
</style>
border-color css
<style>
span { border-color: #AF6F2A; }
span { border-color: rgb(175,111,42); }
td.TdClassName
{
border-color: #AF6F2A;
}
.TagClassName
{
border-color: #AF6F2A;
}
</style>