Shades of Sante Fe #A2654E
Tints of Sante Fe #A2654E
RGB
CMYK
RGB Variations
Color information
#A2654E (or 0xA2654E) is known color: Sante Fe. HEX triplet: A2, 65 and 4E. RGB value is (162,101,78). Sum of RGB (Red+Green+Blue) = 162+101+78=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2654E is #5D9AB1. Grayscale: #747474. Windows color (decimal): -6134450 or 5137826. OLE color: 5137826.
HSL color Cylindrical-coordinate representation of color #A2654E: hue angle of 16.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2654E is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 78 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.36 |
| HSL | 16.43º | 0.35% | 0.47% | - |
| HSV(B) | 16.43º | 0.52% | 0.64% | - |
| XYZ | 20.93 | 17.54 | 9.49 | - |
| YUV | 116.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 78 | 0 | 0.38 | 0.52 | 0.36 | 16.43 | 0.35 | 0.47 |
| Hex | A2 | 65 | 4E | 0 | 26 | 34 | 24 | 10 | 23 | 2F |
| Octal | 242 | 145 | 116 | 0 | 46 | 64 | 44 | 20 | 43 | 57 |
| Binary | 10100010 | 1100101 | 1001110 | 0 | 100110 | 110100 | 100100 | 10000 | 100011 | 101111 |
Color Harmonies of #A2654E
Complementary color
Monochromatic Colors of #A2654E
Black with #A2654E
Text Example
Text Example
White with #A2654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2654E; }
p { color: rgb(162,101,78); }
H1.HeaderClassName
{
color: #A2654E;
}
.AnyTagClassName
{
color: #A2654E;
}
</style>
background-color css
<style>
a { background-color: #A2654E; }
a { background-color: rgb(162,101,78); }
div.DivClassName
{
background-color: #A2654E;
}
.BgClassName
{
background-color: #A2654E;
}
</style>
border-color css
<style>
span { border-color: #A2654E; }
span { border-color: rgb(162,101,78); }
td.TdClassName
{
border-color: #A2654E;
}
.TagClassName
{
border-color: #A2654E;
}
</style>