Shades of Sante Fe #A47252
Tints of Sante Fe #A47252
RGB
CMYK
RGB Variations
Color information
#A47252 (or 0xA47252) is known color: Sante Fe. HEX triplet: A4, 72 and 52. RGB value is (164,114,82). Sum of RGB (Red+Green+Blue) = 164+114+82=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A47252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47252 is #5B8DAD. Grayscale: #7D7D7D. Windows color (decimal): -6000046 or 5403300. OLE color: 5403300.
HSL color Cylindrical-coordinate representation of color #A47252: hue angle of 23.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47252 is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 82 | - |
| CMYK | 0 | 0.30 | 0.5 | 0.36 |
| HSL | 23.41º | 0.33% | 0.48% | - |
| HSV(B) | 23.41º | 0.5% | 0.64% | - |
| XYZ | 22.85 | 20.54 | 10.74 | - |
| YUV | 125.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 82 | 0 | 0.30 | 0.5 | 0.36 | 23.41 | 0.33 | 0.48 |
| Hex | A4 | 72 | 52 | 0 | 1E | 32 | 24 | 17 | 21 | 30 |
| Octal | 244 | 162 | 122 | 0 | 36 | 62 | 44 | 27 | 41 | 60 |
| Binary | 10100100 | 1110010 | 1010010 | 0 | 11110 | 110010 | 100100 | 10111 | 100001 | 110000 |
Color Harmonies of #A47252
Complementary color
Monochromatic Colors of #A47252
Black with #A47252
Text Example
Text Example
White with #A47252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47252; }
p { color: rgb(164,114,82); }
H1.HeaderClassName
{
color: #A47252;
}
.AnyTagClassName
{
color: #A47252;
}
</style>
background-color css
<style>
a { background-color: #A47252; }
a { background-color: rgb(164,114,82); }
div.DivClassName
{
background-color: #A47252;
}
.BgClassName
{
background-color: #A47252;
}
</style>
border-color css
<style>
span { border-color: #A47252; }
span { border-color: rgb(164,114,82); }
td.TdClassName
{
border-color: #A47252;
}
.TagClassName
{
border-color: #A47252;
}
</style>