Shades of Reno Sand #AF6825
Tints of Reno Sand #AF6825
RGB
CMYK
RGB Variations
Color information
#AF6825 (or 0xAF6825) is known color: Reno Sand. HEX triplet: AF, 68 and 25. RGB value is (175,104,37). Sum of RGB (Red+Green+Blue) = 175+104+37=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6825 is #5097DA. Grayscale: #757575. Windows color (decimal): -5281755 or 2451631. OLE color: 2451631.
HSL color Cylindrical-coordinate representation of color #AF6825: hue angle of 29.13º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF6825 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 37 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.31 |
| HSL | 29.13º | 0.65% | 0.42% | - |
| HSV(B) | 29.13º | 0.79% | 0.69% | - |
| XYZ | 22.96 | 19.15 | 4.24 | - |
| YUV | 117.59 | 82.52 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 37 | 0 | 0.41 | 0.79 | 0.31 | 29.13 | 0.65 | 0.42 |
| Hex | AF | 68 | 25 | 0 | 29 | 4F | 1F | 1D | 41 | 2A |
| Octal | 257 | 150 | 45 | 0 | 51 | 117 | 37 | 35 | 101 | 52 |
| Binary | 10101111 | 1101000 | 100101 | 0 | 101001 | 1001111 | 11111 | 11101 | 1000001 | 101010 |
Color Harmonies of #AF6825
Complementary color
Monochromatic Colors of #AF6825
Black with #AF6825
Text Example
Text Example
White with #AF6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6825; }
p { color: rgb(175,104,37); }
H1.HeaderClassName
{
color: #AF6825;
}
.AnyTagClassName
{
color: #AF6825;
}
</style>
background-color css
<style>
a { background-color: #AF6825; }
a { background-color: rgb(175,104,37); }
div.DivClassName
{
background-color: #AF6825;
}
.BgClassName
{
background-color: #AF6825;
}
</style>
border-color css
<style>
span { border-color: #AF6825; }
span { border-color: rgb(175,104,37); }
td.TdClassName
{
border-color: #AF6825;
}
.TagClassName
{
border-color: #AF6825;
}
</style>