Shades of Reno Sand #AF6730
Tints of Reno Sand #AF6730
RGB
CMYK
RGB Variations
Color information
#AF6730 (or 0xAF6730) is known color: Reno Sand. HEX triplet: AF, 67 and 30. RGB value is (175,103,48). Sum of RGB (Red+Green+Blue) = 175+103+48=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6730 is #5098CF. Grayscale: #767676. Windows color (decimal): -5282000 or 3172271. OLE color: 3172271.
HSL color Cylindrical-coordinate representation of color #AF6730: hue angle of 25.98º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF6730 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 48 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.31 |
| HSL | 25.98º | 0.57% | 0.44% | - |
| HSV(B) | 25.98º | 0.73% | 0.69% | - |
| XYZ | 23.06 | 19.03 | 5.25 | - |
| YUV | 118.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 48 | 0 | 0.41 | 0.73 | 0.31 | 25.98 | 0.57 | 0.44 |
| Hex | AF | 67 | 30 | 0 | 29 | 49 | 1F | 1A | 39 | 2C |
| Octal | 257 | 147 | 60 | 0 | 51 | 111 | 37 | 32 | 71 | 54 |
| Binary | 10101111 | 1100111 | 110000 | 0 | 101001 | 1001001 | 11111 | 11010 | 111001 | 101100 |
Color Harmonies of #AF6730
Complementary color
Monochromatic Colors of #AF6730
Black with #AF6730
Text Example
Text Example
White with #AF6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6730; }
p { color: rgb(175,103,48); }
H1.HeaderClassName
{
color: #AF6730;
}
.AnyTagClassName
{
color: #AF6730;
}
</style>
background-color css
<style>
a { background-color: #AF6730; }
a { background-color: rgb(175,103,48); }
div.DivClassName
{
background-color: #AF6730;
}
.BgClassName
{
background-color: #AF6730;
}
</style>
border-color css
<style>
span { border-color: #AF6730; }
span { border-color: rgb(175,103,48); }
td.TdClassName
{
border-color: #AF6730;
}
.TagClassName
{
border-color: #AF6730;
}
</style>