Shades of Reno Sand #AF773A
Tints of Reno Sand #AF773A
RGB
CMYK
RGB Variations
Color information
#AF773A (or 0xAF773A) is known color: Reno Sand. HEX triplet: AF, 77 and 3A. RGB value is (175,119,58). Sum of RGB (Red+Green+Blue) = 175+119+58=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF773A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF773A is #5088C5. Grayscale: #818181. Windows color (decimal): -5277894 or 3831727. OLE color: 3831727.
HSL color Cylindrical-coordinate representation of color #AF773A: hue angle of 31.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF773A is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 58 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.31 |
| HSL | 31.28º | 0.5% | 0.46% | - |
| HSV(B) | 31.28º | 0.67% | 0.69% | - |
| XYZ | 25.04 | 22.61 | 7.05 | - |
| YUV | 128.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 58 | 0 | 0.32 | 0.67 | 0.31 | 31.28 | 0.5 | 0.46 |
| Hex | AF | 77 | 3A | 0 | 20 | 43 | 1F | 1F | 32 | 2E |
| Octal | 257 | 167 | 72 | 0 | 40 | 103 | 37 | 37 | 62 | 56 |
| Binary | 10101111 | 1110111 | 111010 | 0 | 100000 | 1000011 | 11111 | 11111 | 110010 | 101110 |
Color Harmonies of #AF773A
Complementary color
Monochromatic Colors of #AF773A
Black with #AF773A
Text Example
Text Example
White with #AF773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF773A; }
p { color: rgb(175,119,58); }
H1.HeaderClassName
{
color: #AF773A;
}
.AnyTagClassName
{
color: #AF773A;
}
</style>
background-color css
<style>
a { background-color: #AF773A; }
a { background-color: rgb(175,119,58); }
div.DivClassName
{
background-color: #AF773A;
}
.BgClassName
{
background-color: #AF773A;
}
</style>
border-color css
<style>
span { border-color: #AF773A; }
span { border-color: rgb(175,119,58); }
td.TdClassName
{
border-color: #AF773A;
}
.TagClassName
{
border-color: #AF773A;
}
</style>