Shades of Sante Fe #A6724B
Tints of Sante Fe #A6724B
RGB
CMYK
RGB Variations
Color information
#A6724B (or 0xA6724B) is known color: Sante Fe. HEX triplet: A6, 72 and 4B. RGB value is (166,114,75). Sum of RGB (Red+Green+Blue) = 166+114+75=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6724B is #598DB4. Grayscale: #7D7D7D. Windows color (decimal): -5868981 or 4944550. OLE color: 4944550.
HSL color Cylindrical-coordinate representation of color #A6724B: hue angle of 25.71º 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 #A6724B is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 75 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.35 |
| HSL | 25.71º | 0.38% | 0.47% | - |
| HSV(B) | 25.71º | 0.55% | 0.65% | - |
| XYZ | 23.01 | 20.65 | 9.43 | - |
| YUV | 125.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 75 | 0 | 0.31 | 0.55 | 0.35 | 25.71 | 0.38 | 0.47 |
| Hex | A6 | 72 | 4B | 0 | 1F | 37 | 23 | 1A | 26 | 2F |
| Octal | 246 | 162 | 113 | 0 | 37 | 67 | 43 | 32 | 46 | 57 |
| Binary | 10100110 | 1110010 | 1001011 | 0 | 11111 | 110111 | 100011 | 11010 | 100110 | 101111 |
Color Harmonies of #A6724B
Complementary color
Monochromatic Colors of #A6724B
Black with #A6724B
Text Example
Text Example
White with #A6724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6724B; }
p { color: rgb(166,114,75); }
H1.HeaderClassName
{
color: #A6724B;
}
.AnyTagClassName
{
color: #A6724B;
}
</style>
background-color css
<style>
a { background-color: #A6724B; }
a { background-color: rgb(166,114,75); }
div.DivClassName
{
background-color: #A6724B;
}
.BgClassName
{
background-color: #A6724B;
}
</style>
border-color css
<style>
span { border-color: #A6724B; }
span { border-color: rgb(166,114,75); }
td.TdClassName
{
border-color: #A6724B;
}
.TagClassName
{
border-color: #A6724B;
}
</style>