Shades of Sante Fe #AE694C
Tints of Sante Fe #AE694C
RGB
CMYK
RGB Variations
Color information
#AE694C (or 0xAE694C) is known color: Sante Fe. HEX triplet: AE, 69 and 4C. RGB value is (174,105,76). Sum of RGB (Red+Green+Blue) = 174+105+76=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE694C is #5196B3. Grayscale: #7A7A7A. Windows color (decimal): -5346996 or 5007790. OLE color: 5007790.
HSL color Cylindrical-coordinate representation of color #AE694C: hue angle of 17.76º 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 #AE694C is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 76 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.32 |
| HSL | 17.76º | 0.39% | 0.49% | - |
| HSV(B) | 17.76º | 0.56% | 0.68% | - |
| XYZ | 23.81 | 19.62 | 9.37 | - |
| YUV | 122.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 76 | 0 | 0.40 | 0.56 | 0.32 | 17.76 | 0.39 | 0.49 |
| Hex | AE | 69 | 4C | 0 | 28 | 38 | 20 | 12 | 27 | 31 |
| Octal | 256 | 151 | 114 | 0 | 50 | 70 | 40 | 22 | 47 | 61 |
| Binary | 10101110 | 1101001 | 1001100 | 0 | 101000 | 111000 | 100000 | 10010 | 100111 | 110001 |
Color Harmonies of #AE694C
Complementary color
Monochromatic Colors of #AE694C
Black with #AE694C
Text Example
Text Example
White with #AE694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE694C; }
p { color: rgb(174,105,76); }
H1.HeaderClassName
{
color: #AE694C;
}
.AnyTagClassName
{
color: #AE694C;
}
</style>
background-color css
<style>
a { background-color: #AE694C; }
a { background-color: rgb(174,105,76); }
div.DivClassName
{
background-color: #AE694C;
}
.BgClassName
{
background-color: #AE694C;
}
</style>
border-color css
<style>
span { border-color: #AE694C; }
span { border-color: rgb(174,105,76); }
td.TdClassName
{
border-color: #AE694C;
}
.TagClassName
{
border-color: #AE694C;
}
</style>