Shades of Reno Sand #AF763B
Tints of Reno Sand #AF763B
RGB
CMYK
RGB Variations
Color information
#AF763B (or 0xAF763B) is known color: Reno Sand. HEX triplet: AF, 76 and 3B. RGB value is (175,118,59). Sum of RGB (Red+Green+Blue) = 175+118+59=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF763B is #5089C4. Grayscale: #808080. Windows color (decimal): -5278149 or 3897007. OLE color: 3897007.
HSL color Cylindrical-coordinate representation of color #AF763B: hue angle of 30.52º 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 #AF763B is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 59 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.31 |
| HSL | 30.52º | 0.5% | 0.46% | - |
| HSV(B) | 30.52º | 0.66% | 0.69% | - |
| XYZ | 24.95 | 22.39 | 7.14 | - |
| YUV | 128.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 59 | 0 | 0.33 | 0.66 | 0.31 | 30.52 | 0.5 | 0.46 |
| Hex | AF | 76 | 3B | 0 | 21 | 42 | 1F | 1F | 32 | 2E |
| Octal | 257 | 166 | 73 | 0 | 41 | 102 | 37 | 37 | 62 | 56 |
| Binary | 10101111 | 1110110 | 111011 | 0 | 100001 | 1000010 | 11111 | 11111 | 110010 | 101110 |
Color Harmonies of #AF763B
Complementary color
Monochromatic Colors of #AF763B
Black with #AF763B
Text Example
Text Example
White with #AF763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF763B; }
p { color: rgb(175,118,59); }
H1.HeaderClassName
{
color: #AF763B;
}
.AnyTagClassName
{
color: #AF763B;
}
</style>
background-color css
<style>
a { background-color: #AF763B; }
a { background-color: rgb(175,118,59); }
div.DivClassName
{
background-color: #AF763B;
}
.BgClassName
{
background-color: #AF763B;
}
</style>
border-color css
<style>
span { border-color: #AF763B; }
span { border-color: rgb(175,118,59); }
td.TdClassName
{
border-color: #AF763B;
}
.TagClassName
{
border-color: #AF763B;
}
</style>