Shades of Sante Fe #A2674F
Tints of Sante Fe #A2674F
RGB
CMYK
RGB Variations
Color information
#A2674F (or 0xA2674F) is known color: Sante Fe. HEX triplet: A2, 67 and 4F. RGB value is (162,103,79). Sum of RGB (Red+Green+Blue) = 162+103+79=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A2674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2674F is #5D98B0. Grayscale: #767676. Windows color (decimal): -6133937 or 5203874. OLE color: 5203874.
HSL color Cylindrical-coordinate representation of color #A2674F: hue angle of 17.35º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2674F is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 103 | 79 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.36 |
| HSL | 17.35º | 0.34% | 0.47% | - |
| HSV(B) | 17.35º | 0.51% | 0.64% | - |
| XYZ | 21.16 | 17.95 | 9.75 | - |
| YUV | 117.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 79 | 0 | 0.36 | 0.51 | 0.36 | 17.35 | 0.34 | 0.47 |
| Hex | A2 | 67 | 4F | 0 | 24 | 33 | 24 | 11 | 22 | 2F |
| Octal | 242 | 147 | 117 | 0 | 44 | 63 | 44 | 21 | 42 | 57 |
| Binary | 10100010 | 1100111 | 1001111 | 0 | 100100 | 110011 | 100100 | 10001 | 100010 | 101111 |
Color Harmonies of #A2674F
Complementary color
Monochromatic Colors of #A2674F
Black with #A2674F
Text Example
Text Example
White with #A2674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2674F; }
p { color: rgb(162,103,79); }
H1.HeaderClassName
{
color: #A2674F;
}
.AnyTagClassName
{
color: #A2674F;
}
</style>
background-color css
<style>
a { background-color: #A2674F; }
a { background-color: rgb(162,103,79); }
div.DivClassName
{
background-color: #A2674F;
}
.BgClassName
{
background-color: #A2674F;
}
</style>
border-color css
<style>
span { border-color: #A2674F; }
span { border-color: rgb(162,103,79); }
td.TdClassName
{
border-color: #A2674F;
}
.TagClassName
{
border-color: #A2674F;
}
</style>