Shades of Reno Sand #AF662E
Tints of Reno Sand #AF662E
RGB
CMYK
RGB Variations
Color information
#AF662E (or 0xAF662E) is known color: Reno Sand. HEX triplet: AF, 66 and 2E. RGB value is (175,102,46). Sum of RGB (Red+Green+Blue) = 175+102+46=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF662E is #5099D1. Grayscale: #757575. Windows color (decimal): -5282258 or 3040943. OLE color: 3040943.
HSL color Cylindrical-coordinate representation of color #AF662E: hue angle of 26.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF662E is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 46 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.31 |
| HSL | 26.05º | 0.58% | 0.43% | - |
| HSV(B) | 26.05º | 0.74% | 0.69% | - |
| XYZ | 22.92 | 18.81 | 5.01 | - |
| YUV | 117.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 46 | 0 | 0.42 | 0.74 | 0.31 | 26.05 | 0.58 | 0.43 |
| Hex | AF | 66 | 2E | 0 | 2A | 4A | 1F | 1A | 3A | 2B |
| Octal | 257 | 146 | 56 | 0 | 52 | 112 | 37 | 32 | 72 | 53 |
| Binary | 10101111 | 1100110 | 101110 | 0 | 101010 | 1001010 | 11111 | 11010 | 111010 | 101011 |
Color Harmonies of #AF662E
Complementary color
Monochromatic Colors of #AF662E
Black with #AF662E
Text Example
Text Example
White with #AF662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF662E; }
p { color: rgb(175,102,46); }
H1.HeaderClassName
{
color: #AF662E;
}
.AnyTagClassName
{
color: #AF662E;
}
</style>
background-color css
<style>
a { background-color: #AF662E; }
a { background-color: rgb(175,102,46); }
div.DivClassName
{
background-color: #AF662E;
}
.BgClassName
{
background-color: #AF662E;
}
</style>
border-color css
<style>
span { border-color: #AF662E; }
span { border-color: rgb(175,102,46); }
td.TdClassName
{
border-color: #AF662E;
}
.TagClassName
{
border-color: #AF662E;
}
</style>