Shades of Sante Fe #AB654A
Tints of Sante Fe #AB654A
RGB
CMYK
RGB Variations
Color information
#AB654A (or 0xAB654A) is known color: Sante Fe. HEX triplet: AB, 65 and 4A. RGB value is (171,101,74). Sum of RGB (Red+Green+Blue) = 171+101+74=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB654A is #549AB5. Grayscale: #777777. Windows color (decimal): -5544630 or 4875691. OLE color: 4875691.
HSL color Cylindrical-coordinate representation of color #AB654A: hue angle of 16.7º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB654A is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 74 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.33 |
| HSL | 16.7º | 0.4% | 0.48% | - |
| HSV(B) | 16.7º | 0.57% | 0.67% | - |
| XYZ | 22.68 | 18.46 | 8.85 | - |
| YUV | 118.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 74 | 0 | 0.41 | 0.57 | 0.33 | 16.7 | 0.4 | 0.48 |
| Hex | AB | 65 | 4A | 0 | 29 | 39 | 21 | 11 | 28 | 30 |
| Octal | 253 | 145 | 112 | 0 | 51 | 71 | 41 | 21 | 50 | 60 |
| Binary | 10101011 | 1100101 | 1001010 | 0 | 101001 | 111001 | 100001 | 10001 | 101000 | 110000 |
Color Harmonies of #AB654A
Complementary color
Monochromatic Colors of #AB654A
Black with #AB654A
Text Example
Text Example
White with #AB654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB654A; }
p { color: rgb(171,101,74); }
H1.HeaderClassName
{
color: #AB654A;
}
.AnyTagClassName
{
color: #AB654A;
}
</style>
background-color css
<style>
a { background-color: #AB654A; }
a { background-color: rgb(171,101,74); }
div.DivClassName
{
background-color: #AB654A;
}
.BgClassName
{
background-color: #AB654A;
}
</style>
border-color css
<style>
span { border-color: #AB654A; }
span { border-color: rgb(171,101,74); }
td.TdClassName
{
border-color: #AB654A;
}
.TagClassName
{
border-color: #AB654A;
}
</style>