Shades of Sante Fe #AE694D
Tints of Sante Fe #AE694D
RGB
CMYK
RGB Variations
Color information
#AE694D (or 0xAE694D) is known color: Sante Fe. HEX triplet: AE, 69 and 4D. RGB value is (174,105,77). Sum of RGB (Red+Green+Blue) = 174+105+77=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE694D is #5196B2. Grayscale: #7A7A7A. Windows color (decimal): -5346995 or 5073326. OLE color: 5073326.
HSL color Cylindrical-coordinate representation of color #AE694D: hue angle of 17.32º 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 #AE694D is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 77 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.32 |
| HSL | 17.32º | 0.39% | 0.49% | - |
| HSV(B) | 17.32º | 0.56% | 0.68% | - |
| XYZ | 23.85 | 19.64 | 9.55 | - |
| YUV | 122.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 77 | 0 | 0.40 | 0.56 | 0.32 | 17.32 | 0.39 | 0.49 |
| Hex | AE | 69 | 4D | 0 | 28 | 38 | 20 | 11 | 27 | 31 |
| Octal | 256 | 151 | 115 | 0 | 50 | 70 | 40 | 21 | 47 | 61 |
| Binary | 10101110 | 1101001 | 1001101 | 0 | 101000 | 111000 | 100000 | 10001 | 100111 | 110001 |
Color Harmonies of #AE694D
Complementary color
Monochromatic Colors of #AE694D
Black with #AE694D
Text Example
Text Example
White with #AE694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE694D; }
p { color: rgb(174,105,77); }
H1.HeaderClassName
{
color: #AE694D;
}
.AnyTagClassName
{
color: #AE694D;
}
</style>
background-color css
<style>
a { background-color: #AE694D; }
a { background-color: rgb(174,105,77); }
div.DivClassName
{
background-color: #AE694D;
}
.BgClassName
{
background-color: #AE694D;
}
</style>
border-color css
<style>
span { border-color: #AE694D; }
span { border-color: rgb(174,105,77); }
td.TdClassName
{
border-color: #AE694D;
}
.TagClassName
{
border-color: #AE694D;
}
</style>