Shades of Reno Sand #AF6A28
Tints of Reno Sand #AF6A28
RGB
CMYK
RGB Variations
Color information
#AF6A28 (or 0xAF6A28) is known color: Reno Sand. HEX triplet: AF, 6A and 28. RGB value is (175,106,40). Sum of RGB (Red+Green+Blue) = 175+106+40=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A28 is #5095D7. Grayscale: #777777. Windows color (decimal): -5281240 or 2648751. OLE color: 2648751.
HSL color Cylindrical-coordinate representation of color #AF6A28: hue angle of 29.33º 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 #AF6A28 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 40 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.31 |
| HSL | 29.33º | 0.63% | 0.42% | - |
| HSV(B) | 29.33º | 0.77% | 0.69% | - |
| XYZ | 23.22 | 19.58 | 4.56 | - |
| YUV | 119.11 | 83.36 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 40 | 0 | 0.39 | 0.77 | 0.31 | 29.33 | 0.63 | 0.42 |
| Hex | AF | 6A | 28 | 0 | 27 | 4D | 1F | 1D | 3F | 2A |
| Octal | 257 | 152 | 50 | 0 | 47 | 115 | 37 | 35 | 77 | 52 |
| Binary | 10101111 | 1101010 | 101000 | 0 | 100111 | 1001101 | 11111 | 11101 | 111111 | 101010 |
Color Harmonies of #AF6A28
Complementary color
Monochromatic Colors of #AF6A28
Black with #AF6A28
Text Example
Text Example
White with #AF6A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A28; }
p { color: rgb(175,106,40); }
H1.HeaderClassName
{
color: #AF6A28;
}
.AnyTagClassName
{
color: #AF6A28;
}
</style>
background-color css
<style>
a { background-color: #AF6A28; }
a { background-color: rgb(175,106,40); }
div.DivClassName
{
background-color: #AF6A28;
}
.BgClassName
{
background-color: #AF6A28;
}
</style>
border-color css
<style>
span { border-color: #AF6A28; }
span { border-color: rgb(175,106,40); }
td.TdClassName
{
border-color: #AF6A28;
}
.TagClassName
{
border-color: #AF6A28;
}
</style>