Shades of Sante Fe #AB6B5A
Tints of Sante Fe #AB6B5A
RGB
CMYK
RGB Variations
Color information
#AB6B5A (or 0xAB6B5A) is known color: Sante Fe. HEX triplet: AB, 6B and 5A. RGB value is (171,107,90). Sum of RGB (Red+Green+Blue) = 171+107+90=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6B5A is #5494A5. Grayscale: #7C7C7C. Windows color (decimal): -5543078 or 5925803. OLE color: 5925803.
HSL color Cylindrical-coordinate representation of color #AB6B5A: hue angle of 12.59º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB6B5A is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 90 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.33 |
| HSL | 12.59º | 0.33% | 0.51% | - |
| HSV(B) | 12.59º | 0.47% | 0.67% | - |
| XYZ | 23.9 | 19.91 | 12.26 | - |
| YUV | 124.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 90 | 0 | 0.37 | 0.47 | 0.33 | 12.59 | 0.33 | 0.51 |
| Hex | AB | 6B | 5A | 0 | 25 | 2F | 21 | D | 21 | 33 |
| Octal | 253 | 153 | 132 | 0 | 45 | 57 | 41 | 15 | 41 | 63 |
| Binary | 10101011 | 1101011 | 1011010 | 0 | 100101 | 101111 | 100001 | 1101 | 100001 | 110011 |
Color Harmonies of #AB6B5A
Complementary color
Monochromatic Colors of #AB6B5A
Black with #AB6B5A
Text Example
Text Example
White with #AB6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B5A; }
p { color: rgb(171,107,90); }
H1.HeaderClassName
{
color: #AB6B5A;
}
.AnyTagClassName
{
color: #AB6B5A;
}
</style>
background-color css
<style>
a { background-color: #AB6B5A; }
a { background-color: rgb(171,107,90); }
div.DivClassName
{
background-color: #AB6B5A;
}
.BgClassName
{
background-color: #AB6B5A;
}
</style>
border-color css
<style>
span { border-color: #AB6B5A; }
span { border-color: rgb(171,107,90); }
td.TdClassName
{
border-color: #AB6B5A;
}
.TagClassName
{
border-color: #AB6B5A;
}
</style>