Shades of Sante Fe #AB705A
Tints of Sante Fe #AB705A
RGB
CMYK
RGB Variations
Color information
#AB705A (or 0xAB705A) is known color: Sante Fe. HEX triplet: AB, 70 and 5A. RGB value is (171,112,90). Sum of RGB (Red+Green+Blue) = 171+112+90=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB705A is #548FA5. Grayscale: #7F7F7F. Windows color (decimal): -5541798 or 5927083. OLE color: 5927083.
HSL color Cylindrical-coordinate representation of color #AB705A: hue angle of 16.3º 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 #AB705A is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 90 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.33 |
| HSL | 16.3º | 0.33% | 0.51% | - |
| HSV(B) | 16.3º | 0.47% | 0.67% | - |
| XYZ | 24.43 | 20.98 | 12.44 | - |
| YUV | 127.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 90 | 0 | 0.35 | 0.47 | 0.33 | 16.3 | 0.33 | 0.51 |
| Hex | AB | 70 | 5A | 0 | 23 | 2F | 21 | 10 | 21 | 33 |
| Octal | 253 | 160 | 132 | 0 | 43 | 57 | 41 | 20 | 41 | 63 |
| Binary | 10101011 | 1110000 | 1011010 | 0 | 100011 | 101111 | 100001 | 10000 | 100001 | 110011 |
Color Harmonies of #AB705A
Complementary color
Monochromatic Colors of #AB705A
Black with #AB705A
Text Example
Text Example
White with #AB705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB705A; }
p { color: rgb(171,112,90); }
H1.HeaderClassName
{
color: #AB705A;
}
.AnyTagClassName
{
color: #AB705A;
}
</style>
background-color css
<style>
a { background-color: #AB705A; }
a { background-color: rgb(171,112,90); }
div.DivClassName
{
background-color: #AB705A;
}
.BgClassName
{
background-color: #AB705A;
}
</style>
border-color css
<style>
span { border-color: #AB705A; }
span { border-color: rgb(171,112,90); }
td.TdClassName
{
border-color: #AB705A;
}
.TagClassName
{
border-color: #AB705A;
}
</style>