Shades of Reno Sand #AF783B
Tints of Reno Sand #AF783B
RGB
CMYK
RGB Variations
Color information
#AF783B (or 0xAF783B) is known color: Reno Sand. HEX triplet: AF, 78 and 3B. RGB value is (175,120,59). Sum of RGB (Red+Green+Blue) = 175+120+59=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF783B is #5087C4. Grayscale: #818181. Windows color (decimal): -5277637 or 3897519. OLE color: 3897519.
HSL color Cylindrical-coordinate representation of color #AF783B: hue angle of 31.55º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF783B is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 59 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.31 |
| HSL | 31.55º | 0.5% | 0.46% | - |
| HSV(B) | 31.55º | 0.66% | 0.69% | - |
| XYZ | 25.19 | 22.86 | 7.22 | - |
| YUV | 129.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 59 | 0 | 0.31 | 0.66 | 0.31 | 31.55 | 0.5 | 0.46 |
| Hex | AF | 78 | 3B | 0 | 1F | 42 | 1F | 20 | 32 | 2E |
| Octal | 257 | 170 | 73 | 0 | 37 | 102 | 37 | 40 | 62 | 56 |
| Binary | 10101111 | 1111000 | 111011 | 0 | 11111 | 1000010 | 11111 | 100000 | 110010 | 101110 |
Color Harmonies of #AF783B
Complementary color
Monochromatic Colors of #AF783B
Black with #AF783B
Text Example
Text Example
White with #AF783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF783B; }
p { color: rgb(175,120,59); }
H1.HeaderClassName
{
color: #AF783B;
}
.AnyTagClassName
{
color: #AF783B;
}
</style>
background-color css
<style>
a { background-color: #AF783B; }
a { background-color: rgb(175,120,59); }
div.DivClassName
{
background-color: #AF783B;
}
.BgClassName
{
background-color: #AF783B;
}
</style>
border-color css
<style>
span { border-color: #AF783B; }
span { border-color: rgb(175,120,59); }
td.TdClassName
{
border-color: #AF783B;
}
.TagClassName
{
border-color: #AF783B;
}
</style>