Shades of Sante Fe #A5724A
Tints of Sante Fe #A5724A
RGB
CMYK
RGB Variations
Color information
#A5724A (or 0xA5724A) is known color: Sante Fe. HEX triplet: A5, 72 and 4A. RGB value is (165,114,74). Sum of RGB (Red+Green+Blue) = 165+114+74=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5724A is #5A8DB5. Grayscale: #7C7C7C. Windows color (decimal): -5934518 or 4879013. OLE color: 4879013.
HSL color Cylindrical-coordinate representation of color #A5724A: hue angle of 26.37º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5724A is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 74 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.35 |
| HSL | 26.37º | 0.38% | 0.47% | - |
| HSV(B) | 26.37º | 0.55% | 0.65% | - |
| XYZ | 22.77 | 20.53 | 9.24 | - |
| YUV | 124.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 74 | 0 | 0.31 | 0.55 | 0.35 | 26.37 | 0.38 | 0.47 |
| Hex | A5 | 72 | 4A | 0 | 1F | 37 | 23 | 1A | 26 | 2F |
| Octal | 245 | 162 | 112 | 0 | 37 | 67 | 43 | 32 | 46 | 57 |
| Binary | 10100101 | 1110010 | 1001010 | 0 | 11111 | 110111 | 100011 | 11010 | 100110 | 101111 |
Color Harmonies of #A5724A
Complementary color
Monochromatic Colors of #A5724A
Black with #A5724A
Text Example
Text Example
White with #A5724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5724A; }
p { color: rgb(165,114,74); }
H1.HeaderClassName
{
color: #A5724A;
}
.AnyTagClassName
{
color: #A5724A;
}
</style>
background-color css
<style>
a { background-color: #A5724A; }
a { background-color: rgb(165,114,74); }
div.DivClassName
{
background-color: #A5724A;
}
.BgClassName
{
background-color: #A5724A;
}
</style>
border-color css
<style>
span { border-color: #A5724A; }
span { border-color: rgb(165,114,74); }
td.TdClassName
{
border-color: #A5724A;
}
.TagClassName
{
border-color: #A5724A;
}
</style>