Shades of Reno Sand #AF6A22
Tints of Reno Sand #AF6A22
RGB
CMYK
RGB Variations
Color information
#AF6A22 (or 0xAF6A22) is known color: Reno Sand. HEX triplet: AF, 6A and 22. RGB value is (175,106,34). Sum of RGB (Red+Green+Blue) = 175+106+34=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A22 is #5095DD. Grayscale: #767676. Windows color (decimal): -5281246 or 2255535. OLE color: 2255535.
HSL color Cylindrical-coordinate representation of color #AF6A22: hue angle of 30.64º degrees, saturation: 0.67, 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 #AF6A22 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 34 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.31 |
| HSL | 30.64º | 0.67% | 0.41% | - |
| HSV(B) | 30.64º | 0.81% | 0.69% | - |
| XYZ | 23.12 | 19.54 | 4.07 | - |
| YUV | 118.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 34 | 0 | 0.39 | 0.81 | 0.31 | 30.64 | 0.67 | 0.41 |
| Hex | AF | 6A | 22 | 0 | 27 | 51 | 1F | 1F | 43 | 29 |
| Octal | 257 | 152 | 42 | 0 | 47 | 121 | 37 | 37 | 103 | 51 |
| Binary | 10101111 | 1101010 | 100010 | 0 | 100111 | 1010001 | 11111 | 11111 | 1000011 | 101001 |
Color Harmonies of #AF6A22
Complementary color
Monochromatic Colors of #AF6A22
Black with #AF6A22
Text Example
Text Example
White with #AF6A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A22; }
p { color: rgb(175,106,34); }
H1.HeaderClassName
{
color: #AF6A22;
}
.AnyTagClassName
{
color: #AF6A22;
}
</style>
background-color css
<style>
a { background-color: #AF6A22; }
a { background-color: rgb(175,106,34); }
div.DivClassName
{
background-color: #AF6A22;
}
.BgClassName
{
background-color: #AF6A22;
}
</style>
border-color css
<style>
span { border-color: #AF6A22; }
span { border-color: rgb(175,106,34); }
td.TdClassName
{
border-color: #AF6A22;
}
.TagClassName
{
border-color: #AF6A22;
}
</style>