Shades of Sante Fe #AE674C
Tints of Sante Fe #AE674C
RGB
CMYK
RGB Variations
Color information
#AE674C (or 0xAE674C) is known color: Sante Fe. HEX triplet: AE, 67 and 4C. RGB value is (174,103,76). Sum of RGB (Red+Green+Blue) = 174+103+76=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE674C is #5198B3. Grayscale: #797979. Windows color (decimal): -5347508 or 5007278. OLE color: 5007278.
HSL color Cylindrical-coordinate representation of color #AE674C: hue angle of 16.53º 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 #AE674C is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 76 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.32 |
| HSL | 16.53º | 0.39% | 0.49% | - |
| HSV(B) | 16.53º | 0.56% | 0.68% | - |
| XYZ | 23.61 | 19.22 | 9.3 | - |
| YUV | 121.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 76 | 0 | 0.41 | 0.56 | 0.32 | 16.53 | 0.39 | 0.49 |
| Hex | AE | 67 | 4C | 0 | 29 | 38 | 20 | 11 | 27 | 31 |
| Octal | 256 | 147 | 114 | 0 | 51 | 70 | 40 | 21 | 47 | 61 |
| Binary | 10101110 | 1100111 | 1001100 | 0 | 101001 | 111000 | 100000 | 10001 | 100111 | 110001 |
Color Harmonies of #AE674C
Complementary color
Monochromatic Colors of #AE674C
Black with #AE674C
Text Example
Text Example
White with #AE674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE674C; }
p { color: rgb(174,103,76); }
H1.HeaderClassName
{
color: #AE674C;
}
.AnyTagClassName
{
color: #AE674C;
}
</style>
background-color css
<style>
a { background-color: #AE674C; }
a { background-color: rgb(174,103,76); }
div.DivClassName
{
background-color: #AE674C;
}
.BgClassName
{
background-color: #AE674C;
}
</style>
border-color css
<style>
span { border-color: #AE674C; }
span { border-color: rgb(174,103,76); }
td.TdClassName
{
border-color: #AE674C;
}
.TagClassName
{
border-color: #AE674C;
}
</style>