Shades of Sante Fe #AB724D
Tints of Sante Fe #AB724D
RGB
CMYK
RGB Variations
Color information
#AB724D (or 0xAB724D) is known color: Sante Fe. HEX triplet: AB, 72 and 4D. RGB value is (171,114,77). Sum of RGB (Red+Green+Blue) = 171+114+77=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB724D is #548DB2. Grayscale: #7F7F7F. Windows color (decimal): -5541299 or 5075627. OLE color: 5075627.
HSL color Cylindrical-coordinate representation of color #AB724D: hue angle of 23.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB724D is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 77 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.33 |
| HSL | 23.62º | 0.38% | 0.49% | - |
| HSV(B) | 23.62º | 0.55% | 0.67% | - |
| XYZ | 24.15 | 21.23 | 9.85 | - |
| YUV | 126.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 77 | 0 | 0.33 | 0.55 | 0.33 | 23.62 | 0.38 | 0.49 |
| Hex | AB | 72 | 4D | 0 | 21 | 37 | 21 | 18 | 26 | 31 |
| Octal | 253 | 162 | 115 | 0 | 41 | 67 | 41 | 30 | 46 | 61 |
| Binary | 10101011 | 1110010 | 1001101 | 0 | 100001 | 110111 | 100001 | 11000 | 100110 | 110001 |
Color Harmonies of #AB724D
Complementary color
Monochromatic Colors of #AB724D
Black with #AB724D
Text Example
Text Example
White with #AB724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB724D; }
p { color: rgb(171,114,77); }
H1.HeaderClassName
{
color: #AB724D;
}
.AnyTagClassName
{
color: #AB724D;
}
</style>
background-color css
<style>
a { background-color: #AB724D; }
a { background-color: rgb(171,114,77); }
div.DivClassName
{
background-color: #AB724D;
}
.BgClassName
{
background-color: #AB724D;
}
</style>
border-color css
<style>
span { border-color: #AB724D; }
span { border-color: rgb(171,114,77); }
td.TdClassName
{
border-color: #AB724D;
}
.TagClassName
{
border-color: #AB724D;
}
</style>