Shades of Sante Fe #AE734C
Tints of Sante Fe #AE734C
RGB
CMYK
RGB Variations
Color information
#AE734C (or 0xAE734C) is known color: Sante Fe. HEX triplet: AE, 73 and 4C. RGB value is (174,115,76). Sum of RGB (Red+Green+Blue) = 174+115+76=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE734C is #518CB3. Grayscale: #808080. Windows color (decimal): -5344436 or 5010350. OLE color: 5010350.
HSL color Cylindrical-coordinate representation of color #AE734C: hue angle of 23.88º 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 #AE734C is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 76 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.32 |
| HSL | 23.88º | 0.39% | 0.49% | - |
| HSV(B) | 23.88º | 0.56% | 0.68% | - |
| XYZ | 24.89 | 21.78 | 9.73 | - |
| YUV | 128.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 76 | 0 | 0.34 | 0.56 | 0.32 | 23.88 | 0.39 | 0.49 |
| Hex | AE | 73 | 4C | 0 | 22 | 38 | 20 | 18 | 27 | 31 |
| Octal | 256 | 163 | 114 | 0 | 42 | 70 | 40 | 30 | 47 | 61 |
| Binary | 10101110 | 1110011 | 1001100 | 0 | 100010 | 111000 | 100000 | 11000 | 100111 | 110001 |
Color Harmonies of #AE734C
Complementary color
Monochromatic Colors of #AE734C
Black with #AE734C
Text Example
Text Example
White with #AE734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE734C; }
p { color: rgb(174,115,76); }
H1.HeaderClassName
{
color: #AE734C;
}
.AnyTagClassName
{
color: #AE734C;
}
</style>
background-color css
<style>
a { background-color: #AE734C; }
a { background-color: rgb(174,115,76); }
div.DivClassName
{
background-color: #AE734C;
}
.BgClassName
{
background-color: #AE734C;
}
</style>
border-color css
<style>
span { border-color: #AE734C; }
span { border-color: rgb(174,115,76); }
td.TdClassName
{
border-color: #AE734C;
}
.TagClassName
{
border-color: #AE734C;
}
</style>