Shades of Reno Sand #AF6D28
Tints of Reno Sand #AF6D28
RGB
CMYK
RGB Variations
Color information
#AF6D28 (or 0xAF6D28) is known color: Reno Sand. HEX triplet: AF, 6D and 28. RGB value is (175,109,40). Sum of RGB (Red+Green+Blue) = 175+109+40=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D28 is #5092D7. Grayscale: #797979. Windows color (decimal): -5280472 or 2649519. OLE color: 2649519.
HSL color Cylindrical-coordinate representation of color #AF6D28: hue angle of 30.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF6D28 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 40 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.31 |
| HSL | 30.67º | 0.63% | 0.42% | - |
| HSV(B) | 30.67º | 0.77% | 0.69% | - |
| XYZ | 23.53 | 20.2 | 4.67 | - |
| YUV | 120.87 | 82.37 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 40 | 0 | 0.38 | 0.77 | 0.31 | 30.67 | 0.63 | 0.42 |
| Hex | AF | 6D | 28 | 0 | 26 | 4D | 1F | 1F | 3F | 2A |
| Octal | 257 | 155 | 50 | 0 | 46 | 115 | 37 | 37 | 77 | 52 |
| Binary | 10101111 | 1101101 | 101000 | 0 | 100110 | 1001101 | 11111 | 11111 | 111111 | 101010 |
Color Harmonies of #AF6D28
Complementary color
Monochromatic Colors of #AF6D28
Black with #AF6D28
Text Example
Text Example
White with #AF6D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D28; }
p { color: rgb(175,109,40); }
H1.HeaderClassName
{
color: #AF6D28;
}
.AnyTagClassName
{
color: #AF6D28;
}
</style>
background-color css
<style>
a { background-color: #AF6D28; }
a { background-color: rgb(175,109,40); }
div.DivClassName
{
background-color: #AF6D28;
}
.BgClassName
{
background-color: #AF6D28;
}
</style>
border-color css
<style>
span { border-color: #AF6D28; }
span { border-color: rgb(175,109,40); }
td.TdClassName
{
border-color: #AF6D28;
}
.TagClassName
{
border-color: #AF6D28;
}
</style>