Shades of Reno Sand #AE6F2A
Tints of Reno Sand #AE6F2A
RGB
CMYK
RGB Variations
Color information
#AE6F2A (or 0xAE6F2A) is known color: Reno Sand. HEX triplet: AE, 6F and 2A. RGB value is (174,111,42). Sum of RGB (Red+Green+Blue) = 174+111+42=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6F2A is #5190D5. Grayscale: #7A7A7A. Windows color (decimal): -5345494 or 2781102. OLE color: 2781102.
HSL color Cylindrical-coordinate representation of color #AE6F2A: hue angle of 31.36º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE6F2A is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 42 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.32 |
| HSL | 31.36º | 0.61% | 0.42% | - |
| HSV(B) | 31.36º | 0.76% | 0.68% | - |
| XYZ | 23.56 | 20.53 | 4.91 | - |
| YUV | 121.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 42 | 0 | 0.36 | 0.76 | 0.32 | 31.36 | 0.61 | 0.42 |
| Hex | AE | 6F | 2A | 0 | 24 | 4C | 20 | 1F | 3D | 2A |
| Octal | 256 | 157 | 52 | 0 | 44 | 114 | 40 | 37 | 75 | 52 |
| Binary | 10101110 | 1101111 | 101010 | 0 | 100100 | 1001100 | 100000 | 11111 | 111101 | 101010 |
Color Harmonies of #AE6F2A
Complementary color
Monochromatic Colors of #AE6F2A
Black with #AE6F2A
Text Example
Text Example
White with #AE6F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6F2A; }
p { color: rgb(174,111,42); }
H1.HeaderClassName
{
color: #AE6F2A;
}
.AnyTagClassName
{
color: #AE6F2A;
}
</style>
background-color css
<style>
a { background-color: #AE6F2A; }
a { background-color: rgb(174,111,42); }
div.DivClassName
{
background-color: #AE6F2A;
}
.BgClassName
{
background-color: #AE6F2A;
}
</style>
border-color css
<style>
span { border-color: #AE6F2A; }
span { border-color: rgb(174,111,42); }
td.TdClassName
{
border-color: #AE6F2A;
}
.TagClassName
{
border-color: #AE6F2A;
}
</style>