Shades of Sante Fe #AB6D4B
Tints of Sante Fe #AB6D4B
RGB
CMYK
RGB Variations
Color information
#AB6D4B (or 0xAB6D4B) is known color: Sante Fe. HEX triplet: AB, 6D and 4B. RGB value is (171,109,75). Sum of RGB (Red+Green+Blue) = 171+109+75=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6D4B is #5492B4. Grayscale: #7B7B7B. Windows color (decimal): -5542581 or 4943275. OLE color: 4943275.
HSL color Cylindrical-coordinate representation of color #AB6D4B: hue angle of 21.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB6D4B is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 109 | 75 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.33 |
| HSL | 21.25º | 0.39% | 0.48% | - |
| HSV(B) | 21.25º | 0.56% | 0.67% | - |
| XYZ | 23.53 | 20.1 | 9.3 | - |
| YUV | 123.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 75 | 0 | 0.36 | 0.56 | 0.33 | 21.25 | 0.39 | 0.48 |
| Hex | AB | 6D | 4B | 0 | 24 | 38 | 21 | 15 | 27 | 30 |
| Octal | 253 | 155 | 113 | 0 | 44 | 70 | 41 | 25 | 47 | 60 |
| Binary | 10101011 | 1101101 | 1001011 | 0 | 100100 | 111000 | 100001 | 10101 | 100111 | 110000 |
Color Harmonies of #AB6D4B
Complementary color
Monochromatic Colors of #AB6D4B
Black with #AB6D4B
Text Example
Text Example
White with #AB6D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6D4B; }
p { color: rgb(171,109,75); }
H1.HeaderClassName
{
color: #AB6D4B;
}
.AnyTagClassName
{
color: #AB6D4B;
}
</style>
background-color css
<style>
a { background-color: #AB6D4B; }
a { background-color: rgb(171,109,75); }
div.DivClassName
{
background-color: #AB6D4B;
}
.BgClassName
{
background-color: #AB6D4B;
}
</style>
border-color css
<style>
span { border-color: #AB6D4B; }
span { border-color: rgb(171,109,75); }
td.TdClassName
{
border-color: #AB6D4B;
}
.TagClassName
{
border-color: #AB6D4B;
}
</style>