Shades of Reno Sand #AE6B2A
Tints of Reno Sand #AE6B2A
RGB
CMYK
RGB Variations
Color information
#AE6B2A (or 0xAE6B2A) is known color: Reno Sand. HEX triplet: AE, 6B and 2A. RGB value is (174,107,42). Sum of RGB (Red+Green+Blue) = 174+107+42=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6B2A is #5194D5. Grayscale: #777777. Windows color (decimal): -5346518 or 2780078. OLE color: 2780078.
HSL color Cylindrical-coordinate representation of color #AE6B2A: hue angle of 29.55º 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 #AE6B2A is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 107 | 42 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.32 |
| HSL | 29.55º | 0.61% | 0.42% | - |
| HSV(B) | 29.55º | 0.76% | 0.68% | - |
| XYZ | 23.13 | 19.68 | 4.77 | - |
| YUV | 119.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 42 | 0 | 0.39 | 0.76 | 0.32 | 29.55 | 0.61 | 0.42 |
| Hex | AE | 6B | 2A | 0 | 27 | 4C | 20 | 1E | 3D | 2A |
| Octal | 256 | 153 | 52 | 0 | 47 | 114 | 40 | 36 | 75 | 52 |
| Binary | 10101110 | 1101011 | 101010 | 0 | 100111 | 1001100 | 100000 | 11110 | 111101 | 101010 |
Color Harmonies of #AE6B2A
Complementary color
Monochromatic Colors of #AE6B2A
Black with #AE6B2A
Text Example
Text Example
White with #AE6B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6B2A; }
p { color: rgb(174,107,42); }
H1.HeaderClassName
{
color: #AE6B2A;
}
.AnyTagClassName
{
color: #AE6B2A;
}
</style>
background-color css
<style>
a { background-color: #AE6B2A; }
a { background-color: rgb(174,107,42); }
div.DivClassName
{
background-color: #AE6B2A;
}
.BgClassName
{
background-color: #AE6B2A;
}
</style>
border-color css
<style>
span { border-color: #AE6B2A; }
span { border-color: rgb(174,107,42); }
td.TdClassName
{
border-color: #AE6B2A;
}
.TagClassName
{
border-color: #AE6B2A;
}
</style>