Shades of Sante Fe #AB724C
Tints of Sante Fe #AB724C
RGB
CMYK
RGB Variations
Color information
#AB724C (or 0xAB724C) is known color: Sante Fe. HEX triplet: AB, 72 and 4C. RGB value is (171,114,76). Sum of RGB (Red+Green+Blue) = 171+114+76=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB724C is #548DB3. Grayscale: #7E7E7E. Windows color (decimal): -5541300 or 5010091. OLE color: 5010091.
HSL color Cylindrical-coordinate representation of color #AB724C: hue angle of 24º 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 #AB724C is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 76 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.33 |
| HSL | 24º | 0.38% | 0.48% | - |
| HSV(B) | 24º | 0.56% | 0.67% | - |
| XYZ | 24.12 | 21.21 | 9.66 | - |
| YUV | 126.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 76 | 0 | 0.33 | 0.56 | 0.33 | 24 | 0.38 | 0.48 |
| Hex | AB | 72 | 4C | 0 | 21 | 38 | 21 | 18 | 26 | 30 |
| Octal | 253 | 162 | 114 | 0 | 41 | 70 | 41 | 30 | 46 | 60 |
| Binary | 10101011 | 1110010 | 1001100 | 0 | 100001 | 111000 | 100001 | 11000 | 100110 | 110000 |
Color Harmonies of #AB724C
Complementary color
Monochromatic Colors of #AB724C
Black with #AB724C
Text Example
Text Example
White with #AB724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB724C; }
p { color: rgb(171,114,76); }
H1.HeaderClassName
{
color: #AB724C;
}
.AnyTagClassName
{
color: #AB724C;
}
</style>
background-color css
<style>
a { background-color: #AB724C; }
a { background-color: rgb(171,114,76); }
div.DivClassName
{
background-color: #AB724C;
}
.BgClassName
{
background-color: #AB724C;
}
</style>
border-color css
<style>
span { border-color: #AB724C; }
span { border-color: rgb(171,114,76); }
td.TdClassName
{
border-color: #AB724C;
}
.TagClassName
{
border-color: #AB724C;
}
</style>