Shades of Sante Fe #AB7753
Tints of Sante Fe #AB7753
RGB
CMYK
RGB Variations
Color information
#AB7753 (or 0xAB7753) is known color: Sante Fe. HEX triplet: AB, 77 and 53. RGB value is (171,119,83). Sum of RGB (Red+Green+Blue) = 171+119+83=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7753 is #5488AC. Grayscale: #828282. Windows color (decimal): -5540013 or 5470123. OLE color: 5470123.
HSL color Cylindrical-coordinate representation of color #AB7753: hue angle of 24.55º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB7753 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 83 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.33 |
| HSL | 24.55º | 0.35% | 0.5% | - |
| HSV(B) | 24.55º | 0.51% | 0.67% | - |
| XYZ | 24.95 | 22.48 | 11.21 | - |
| YUV | 130.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 83 | 0 | 0.30 | 0.51 | 0.33 | 24.55 | 0.35 | 0.5 |
| Hex | AB | 77 | 53 | 0 | 1E | 33 | 21 | 19 | 23 | 32 |
| Octal | 253 | 167 | 123 | 0 | 36 | 63 | 41 | 31 | 43 | 62 |
| Binary | 10101011 | 1110111 | 1010011 | 0 | 11110 | 110011 | 100001 | 11001 | 100011 | 110010 |
Color Harmonies of #AB7753
Complementary color
Monochromatic Colors of #AB7753
Black with #AB7753
Text Example
Text Example
White with #AB7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7753; }
p { color: rgb(171,119,83); }
H1.HeaderClassName
{
color: #AB7753;
}
.AnyTagClassName
{
color: #AB7753;
}
</style>
background-color css
<style>
a { background-color: #AB7753; }
a { background-color: rgb(171,119,83); }
div.DivClassName
{
background-color: #AB7753;
}
.BgClassName
{
background-color: #AB7753;
}
</style>
border-color css
<style>
span { border-color: #AB7753; }
span { border-color: rgb(171,119,83); }
td.TdClassName
{
border-color: #AB7753;
}
.TagClassName
{
border-color: #AB7753;
}
</style>