Shades of Reno Sand #AF662C
Tints of Reno Sand #AF662C
RGB
CMYK
RGB Variations
Color information
#AF662C (or 0xAF662C) is known color: Reno Sand. HEX triplet: AF, 66 and 2C. RGB value is (175,102,44). Sum of RGB (Red+Green+Blue) = 175+102+44=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF662C is #5099D3. Grayscale: #757575. Windows color (decimal): -5282260 or 2909871. OLE color: 2909871.
HSL color Cylindrical-coordinate representation of color #AF662C: hue angle of 26.56º 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 #AF662C is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 44 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.31 |
| HSL | 26.56º | 0.6% | 0.43% | - |
| HSV(B) | 26.56º | 0.75% | 0.69% | - |
| XYZ | 22.89 | 18.8 | 4.81 | - |
| YUV | 117.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 44 | 0 | 0.42 | 0.75 | 0.31 | 26.56 | 0.6 | 0.43 |
| Hex | AF | 66 | 2C | 0 | 2A | 4B | 1F | 1B | 3C | 2B |
| Octal | 257 | 146 | 54 | 0 | 52 | 113 | 37 | 33 | 74 | 53 |
| Binary | 10101111 | 1100110 | 101100 | 0 | 101010 | 1001011 | 11111 | 11011 | 111100 | 101011 |
Color Harmonies of #AF662C
Complementary color
Monochromatic Colors of #AF662C
Black with #AF662C
Text Example
Text Example
White with #AF662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF662C; }
p { color: rgb(175,102,44); }
H1.HeaderClassName
{
color: #AF662C;
}
.AnyTagClassName
{
color: #AF662C;
}
</style>
background-color css
<style>
a { background-color: #AF662C; }
a { background-color: rgb(175,102,44); }
div.DivClassName
{
background-color: #AF662C;
}
.BgClassName
{
background-color: #AF662C;
}
</style>
border-color css
<style>
span { border-color: #AF662C; }
span { border-color: rgb(175,102,44); }
td.TdClassName
{
border-color: #AF662C;
}
.TagClassName
{
border-color: #AF662C;
}
</style>