Shades of Reno Sand #AF713A
Tints of Reno Sand #AF713A
RGB
CMYK
RGB Variations
Color information
#AF713A (or 0xAF713A) is known color: Reno Sand. HEX triplet: AF, 71 and 3A. RGB value is (175,113,58). Sum of RGB (Red+Green+Blue) = 175+113+58=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF713A is #508EC5. Grayscale: #7D7D7D. Windows color (decimal): -5279430 or 3830191. OLE color: 3830191.
HSL color Cylindrical-coordinate representation of color #AF713A: hue angle of 28.21º 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 #AF713A is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 58 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.31 |
| HSL | 28.21º | 0.5% | 0.46% | - |
| HSV(B) | 28.21º | 0.67% | 0.69% | - |
| XYZ | 24.35 | 21.23 | 6.82 | - |
| YUV | 125.27 | 90.04 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 58 | 0 | 0.35 | 0.67 | 0.31 | 28.21 | 0.5 | 0.46 |
| Hex | AF | 71 | 3A | 0 | 23 | 43 | 1F | 1C | 32 | 2E |
| Octal | 257 | 161 | 72 | 0 | 43 | 103 | 37 | 34 | 62 | 56 |
| Binary | 10101111 | 1110001 | 111010 | 0 | 100011 | 1000011 | 11111 | 11100 | 110010 | 101110 |
Color Harmonies of #AF713A
Complementary color
Monochromatic Colors of #AF713A
Black with #AF713A
Text Example
Text Example
White with #AF713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF713A; }
p { color: rgb(175,113,58); }
H1.HeaderClassName
{
color: #AF713A;
}
.AnyTagClassName
{
color: #AF713A;
}
</style>
background-color css
<style>
a { background-color: #AF713A; }
a { background-color: rgb(175,113,58); }
div.DivClassName
{
background-color: #AF713A;
}
.BgClassName
{
background-color: #AF713A;
}
</style>
border-color css
<style>
span { border-color: #AF713A; }
span { border-color: rgb(175,113,58); }
td.TdClassName
{
border-color: #AF713A;
}
.TagClassName
{
border-color: #AF713A;
}
</style>