Shades of Sante Fe #AB744C
Tints of Sante Fe #AB744C
RGB
CMYK
RGB Variations
Color information
#AB744C (or 0xAB744C) is known color: Sante Fe. HEX triplet: AB, 74 and 4C. RGB value is (171,116,76). Sum of RGB (Red+Green+Blue) = 171+116+76=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB744C is #548BB3. Grayscale: #808080. Windows color (decimal): -5540788 or 5010603. OLE color: 5010603.
HSL color Cylindrical-coordinate representation of color #AB744C: hue angle of 25.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB744C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 76 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.33 |
| HSL | 25.26º | 0.38% | 0.48% | - |
| HSV(B) | 25.26º | 0.56% | 0.67% | - |
| XYZ | 24.34 | 21.67 | 9.74 | - |
| YUV | 127.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 76 | 0 | 0.32 | 0.56 | 0.33 | 25.26 | 0.38 | 0.48 |
| Hex | AB | 74 | 4C | 0 | 20 | 38 | 21 | 19 | 26 | 30 |
| Octal | 253 | 164 | 114 | 0 | 40 | 70 | 41 | 31 | 46 | 60 |
| Binary | 10101011 | 1110100 | 1001100 | 0 | 100000 | 111000 | 100001 | 11001 | 100110 | 110000 |
Color Harmonies of #AB744C
Complementary color
Monochromatic Colors of #AB744C
Black with #AB744C
Text Example
Text Example
White with #AB744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB744C; }
p { color: rgb(171,116,76); }
H1.HeaderClassName
{
color: #AB744C;
}
.AnyTagClassName
{
color: #AB744C;
}
</style>
background-color css
<style>
a { background-color: #AB744C; }
a { background-color: rgb(171,116,76); }
div.DivClassName
{
background-color: #AB744C;
}
.BgClassName
{
background-color: #AB744C;
}
</style>
border-color css
<style>
span { border-color: #AB744C; }
span { border-color: rgb(171,116,76); }
td.TdClassName
{
border-color: #AB744C;
}
.TagClassName
{
border-color: #AB744C;
}
</style>