Shades of Reno Sand #AF662F
Tints of Reno Sand #AF662F
RGB
CMYK
RGB Variations
Color information
#AF662F (or 0xAF662F) is known color: Reno Sand. HEX triplet: AF, 66 and 2F. RGB value is (175,102,47). Sum of RGB (Red+Green+Blue) = 175+102+47=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF662F is #5099D0. Grayscale: #757575. Windows color (decimal): -5282257 or 3106479. OLE color: 3106479.
HSL color Cylindrical-coordinate representation of color #AF662F: hue angle of 25.78º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF662F is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 47 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.31 |
| HSL | 25.78º | 0.58% | 0.44% | - |
| HSV(B) | 25.78º | 0.73% | 0.69% | - |
| XYZ | 22.94 | 18.82 | 5.11 | - |
| YUV | 117.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 47 | 0 | 0.42 | 0.73 | 0.31 | 25.78 | 0.58 | 0.44 |
| Hex | AF | 66 | 2F | 0 | 2A | 49 | 1F | 1A | 3A | 2C |
| Octal | 257 | 146 | 57 | 0 | 52 | 111 | 37 | 32 | 72 | 54 |
| Binary | 10101111 | 1100110 | 101111 | 0 | 101010 | 1001001 | 11111 | 11010 | 111010 | 101100 |
Color Harmonies of #AF662F
Complementary color
Monochromatic Colors of #AF662F
Black with #AF662F
Text Example
Text Example
White with #AF662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF662F; }
p { color: rgb(175,102,47); }
H1.HeaderClassName
{
color: #AF662F;
}
.AnyTagClassName
{
color: #AF662F;
}
</style>
background-color css
<style>
a { background-color: #AF662F; }
a { background-color: rgb(175,102,47); }
div.DivClassName
{
background-color: #AF662F;
}
.BgClassName
{
background-color: #AF662F;
}
</style>
border-color css
<style>
span { border-color: #AF662F; }
span { border-color: rgb(175,102,47); }
td.TdClassName
{
border-color: #AF662F;
}
.TagClassName
{
border-color: #AF662F;
}
</style>