Shades of Reno Sand #AF6633
Tints of Reno Sand #AF6633
RGB
CMYK
RGB Variations
Color information
#AF6633 (or 0xAF6633) is known color: Reno Sand. HEX triplet: AF, 66 and 33. RGB value is (175,102,51). Sum of RGB (Red+Green+Blue) = 175+102+51=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6633 is #5099CC. Grayscale: #767676. Windows color (decimal): -5282253 or 3368623. OLE color: 3368623.
HSL color Cylindrical-coordinate representation of color #AF6633: hue angle of 24.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF6633 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 51 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.31 |
| HSL | 24.68º | 0.55% | 0.44% | - |
| HSV(B) | 24.68º | 0.71% | 0.69% | - |
| XYZ | 23.03 | 18.86 | 5.56 | - |
| YUV | 118.01 | 90.18 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 51 | 0 | 0.42 | 0.71 | 0.31 | 24.68 | 0.55 | 0.44 |
| Hex | AF | 66 | 33 | 0 | 2A | 47 | 1F | 19 | 37 | 2C |
| Octal | 257 | 146 | 63 | 0 | 52 | 107 | 37 | 31 | 67 | 54 |
| Binary | 10101111 | 1100110 | 110011 | 0 | 101010 | 1000111 | 11111 | 11001 | 110111 | 101100 |
Color Harmonies of #AF6633
Complementary color
Monochromatic Colors of #AF6633
Black with #AF6633
Text Example
Text Example
White with #AF6633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6633; }
p { color: rgb(175,102,51); }
H1.HeaderClassName
{
color: #AF6633;
}
.AnyTagClassName
{
color: #AF6633;
}
</style>
background-color css
<style>
a { background-color: #AF6633; }
a { background-color: rgb(175,102,51); }
div.DivClassName
{
background-color: #AF6633;
}
.BgClassName
{
background-color: #AF6633;
}
</style>
border-color css
<style>
span { border-color: #AF6633; }
span { border-color: rgb(175,102,51); }
td.TdClassName
{
border-color: #AF6633;
}
.TagClassName
{
border-color: #AF6633;
}
</style>