Shades of Sante Fe #AB6D4D
Tints of Sante Fe #AB6D4D
RGB
CMYK
RGB Variations
Color information
#AB6D4D (or 0xAB6D4D) is known color: Sante Fe. HEX triplet: AB, 6D and 4D. RGB value is (171,109,77). Sum of RGB (Red+Green+Blue) = 171+109+77=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6D4D is #5492B2. Grayscale: #7C7C7C. Windows color (decimal): -5542579 or 5074347. OLE color: 5074347.
HSL color Cylindrical-coordinate representation of color #AB6D4D: hue angle of 20.43º 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 #AB6D4D is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 109 | 77 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.33 |
| HSL | 20.43º | 0.38% | 0.49% | - |
| HSV(B) | 20.43º | 0.55% | 0.67% | - |
| XYZ | 23.6 | 20.13 | 9.66 | - |
| YUV | 123.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 77 | 0 | 0.36 | 0.55 | 0.33 | 20.43 | 0.38 | 0.49 |
| Hex | AB | 6D | 4D | 0 | 24 | 37 | 21 | 14 | 26 | 31 |
| Octal | 253 | 155 | 115 | 0 | 44 | 67 | 41 | 24 | 46 | 61 |
| Binary | 10101011 | 1101101 | 1001101 | 0 | 100100 | 110111 | 100001 | 10100 | 100110 | 110001 |
Color Harmonies of #AB6D4D
Complementary color
Monochromatic Colors of #AB6D4D
Black with #AB6D4D
Text Example
Text Example
White with #AB6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6D4D; }
p { color: rgb(171,109,77); }
H1.HeaderClassName
{
color: #AB6D4D;
}
.AnyTagClassName
{
color: #AB6D4D;
}
</style>
background-color css
<style>
a { background-color: #AB6D4D; }
a { background-color: rgb(171,109,77); }
div.DivClassName
{
background-color: #AB6D4D;
}
.BgClassName
{
background-color: #AB6D4D;
}
</style>
border-color css
<style>
span { border-color: #AB6D4D; }
span { border-color: rgb(171,109,77); }
td.TdClassName
{
border-color: #AB6D4D;
}
.TagClassName
{
border-color: #AB6D4D;
}
</style>