Shades of Reno Sand #AE672F
Tints of Reno Sand #AE672F
RGB
CMYK
RGB Variations
Color information
#AE672F (or 0xAE672F) is known color: Reno Sand. HEX triplet: AE, 67 and 2F. RGB value is (174,103,47). Sum of RGB (Red+Green+Blue) = 174+103+47=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE672F is #5198D0. Grayscale: #767676. Windows color (decimal): -5347537 or 3106734. OLE color: 3106734.
HSL color Cylindrical-coordinate representation of color #AE672F: hue angle of 26.46º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE672F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 47 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.32 |
| HSL | 26.46º | 0.57% | 0.43% | - |
| HSV(B) | 26.46º | 0.73% | 0.68% | - |
| XYZ | 22.82 | 18.9 | 5.14 | - |
| YUV | 117.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 47 | 0 | 0.41 | 0.73 | 0.32 | 26.46 | 0.57 | 0.43 |
| Hex | AE | 67 | 2F | 0 | 29 | 49 | 20 | 1A | 39 | 2B |
| Octal | 256 | 147 | 57 | 0 | 51 | 111 | 40 | 32 | 71 | 53 |
| Binary | 10101110 | 1100111 | 101111 | 0 | 101001 | 1001001 | 100000 | 11010 | 111001 | 101011 |
Color Harmonies of #AE672F
Complementary color
Monochromatic Colors of #AE672F
Black with #AE672F
Text Example
Text Example
White with #AE672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE672F; }
p { color: rgb(174,103,47); }
H1.HeaderClassName
{
color: #AE672F;
}
.AnyTagClassName
{
color: #AE672F;
}
</style>
background-color css
<style>
a { background-color: #AE672F; }
a { background-color: rgb(174,103,47); }
div.DivClassName
{
background-color: #AE672F;
}
.BgClassName
{
background-color: #AE672F;
}
</style>
border-color css
<style>
span { border-color: #AE672F; }
span { border-color: rgb(174,103,47); }
td.TdClassName
{
border-color: #AE672F;
}
.TagClassName
{
border-color: #AE672F;
}
</style>