Shades of Sante Fe #AB6E5A
Tints of Sante Fe #AB6E5A
RGB
CMYK
RGB Variations
Color information
#AB6E5A (or 0xAB6E5A) is known color: Sante Fe. HEX triplet: AB, 6E and 5A. RGB value is (171,110,90). Sum of RGB (Red+Green+Blue) = 171+110+90=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E5A is #5491A5. Grayscale: #7E7E7E. Windows color (decimal): -5542310 or 5926571. OLE color: 5926571.
HSL color Cylindrical-coordinate representation of color #AB6E5A: hue angle of 14.81º 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 #AB6E5A is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 110 | 90 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.33 |
| HSL | 14.81º | 0.33% | 0.51% | - |
| HSV(B) | 14.81º | 0.47% | 0.67% | - |
| XYZ | 24.22 | 20.55 | 12.36 | - |
| YUV | 125.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 90 | 0 | 0.36 | 0.47 | 0.33 | 14.81 | 0.33 | 0.51 |
| Hex | AB | 6E | 5A | 0 | 24 | 2F | 21 | F | 21 | 33 |
| Octal | 253 | 156 | 132 | 0 | 44 | 57 | 41 | 17 | 41 | 63 |
| Binary | 10101011 | 1101110 | 1011010 | 0 | 100100 | 101111 | 100001 | 1111 | 100001 | 110011 |
Color Harmonies of #AB6E5A
Complementary color
Monochromatic Colors of #AB6E5A
Black with #AB6E5A
Text Example
Text Example
White with #AB6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6E5A; }
p { color: rgb(171,110,90); }
H1.HeaderClassName
{
color: #AB6E5A;
}
.AnyTagClassName
{
color: #AB6E5A;
}
</style>
background-color css
<style>
a { background-color: #AB6E5A; }
a { background-color: rgb(171,110,90); }
div.DivClassName
{
background-color: #AB6E5A;
}
.BgClassName
{
background-color: #AB6E5A;
}
</style>
border-color css
<style>
span { border-color: #AB6E5A; }
span { border-color: rgb(171,110,90); }
td.TdClassName
{
border-color: #AB6E5A;
}
.TagClassName
{
border-color: #AB6E5A;
}
</style>