Shades of Sante Fe #AE724D
Tints of Sante Fe #AE724D
RGB
CMYK
RGB Variations
Color information
#AE724D (or 0xAE724D) is known color: Sante Fe. HEX triplet: AE, 72 and 4D. RGB value is (174,114,77). Sum of RGB (Red+Green+Blue) = 174+114+77=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE724D is #518DB2. Grayscale: #7F7F7F. Windows color (decimal): -5344691 or 5075630. OLE color: 5075630.
HSL color Cylindrical-coordinate representation of color #AE724D: hue angle of 22.89º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE724D is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 77 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.32 |
| HSL | 22.89º | 0.39% | 0.49% | - |
| HSV(B) | 22.89º | 0.56% | 0.68% | - |
| XYZ | 24.81 | 21.57 | 9.88 | - |
| YUV | 127.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 77 | 0 | 0.34 | 0.56 | 0.32 | 22.89 | 0.39 | 0.49 |
| Hex | AE | 72 | 4D | 0 | 22 | 38 | 20 | 17 | 27 | 31 |
| Octal | 256 | 162 | 115 | 0 | 42 | 70 | 40 | 27 | 47 | 61 |
| Binary | 10101110 | 1110010 | 1001101 | 0 | 100010 | 111000 | 100000 | 10111 | 100111 | 110001 |
Color Harmonies of #AE724D
Complementary color
Monochromatic Colors of #AE724D
Black with #AE724D
Text Example
Text Example
White with #AE724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE724D; }
p { color: rgb(174,114,77); }
H1.HeaderClassName
{
color: #AE724D;
}
.AnyTagClassName
{
color: #AE724D;
}
</style>
background-color css
<style>
a { background-color: #AE724D; }
a { background-color: rgb(174,114,77); }
div.DivClassName
{
background-color: #AE724D;
}
.BgClassName
{
background-color: #AE724D;
}
</style>
border-color css
<style>
span { border-color: #AE724D; }
span { border-color: rgb(174,114,77); }
td.TdClassName
{
border-color: #AE724D;
}
.TagClassName
{
border-color: #AE724D;
}
</style>