Shades of Reno Sand #AF6921
Tints of Reno Sand #AF6921
RGB
CMYK
RGB Variations
Color information
#AF6921 (or 0xAF6921) is known color: Reno Sand. HEX triplet: AF, 69 and 21. RGB value is (175,105,33). Sum of RGB (Red+Green+Blue) = 175+105+33=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6921 is #5096DE. Grayscale: #767676. Windows color (decimal): -5281503 or 2189743. OLE color: 2189743.
HSL color Cylindrical-coordinate representation of color #AF6921: hue angle of 30.42º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF6921 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 33 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.31 |
| HSL | 30.42º | 0.68% | 0.41% | - |
| HSV(B) | 30.42º | 0.81% | 0.69% | - |
| XYZ | 23.01 | 19.33 | 3.96 | - |
| YUV | 117.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 33 | 0 | 0.40 | 0.81 | 0.31 | 30.42 | 0.68 | 0.41 |
| Hex | AF | 69 | 21 | 0 | 28 | 51 | 1F | 1E | 44 | 29 |
| Octal | 257 | 151 | 41 | 0 | 50 | 121 | 37 | 36 | 104 | 51 |
| Binary | 10101111 | 1101001 | 100001 | 0 | 101000 | 1010001 | 11111 | 11110 | 1000100 | 101001 |
Color Harmonies of #AF6921
Complementary color
Monochromatic Colors of #AF6921
Black with #AF6921
Text Example
Text Example
White with #AF6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6921; }
p { color: rgb(175,105,33); }
H1.HeaderClassName
{
color: #AF6921;
}
.AnyTagClassName
{
color: #AF6921;
}
</style>
background-color css
<style>
a { background-color: #AF6921; }
a { background-color: rgb(175,105,33); }
div.DivClassName
{
background-color: #AF6921;
}
.BgClassName
{
background-color: #AF6921;
}
</style>
border-color css
<style>
span { border-color: #AF6921; }
span { border-color: rgb(175,105,33); }
td.TdClassName
{
border-color: #AF6921;
}
.TagClassName
{
border-color: #AF6921;
}
</style>