Shades of Sante Fe #AC664D
Tints of Sante Fe #AC664D
RGB
CMYK
RGB Variations
Color information
#AC664D (or 0xAC664D) is known color: Sante Fe. HEX triplet: AC, 66 and 4D. RGB value is (172,102,77). Sum of RGB (Red+Green+Blue) = 172+102+77=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC664D is #5399B2. Grayscale: #787878. Windows color (decimal): -5478835 or 5072556. OLE color: 5072556.
HSL color Cylindrical-coordinate representation of color #AC664D: hue angle of 15.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC664D is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 102 | 77 | - |
CMYK | 0 | 0.41 | 0.55 | 0.33 |
HSL | 15.79º | 0.38% | 0.49% | - |
HSV(B) | 15.79º | 0.55% | 0.67% | - |
XYZ | 23.1 | 18.81 | 9.43 | - |
YUV | 120.08 | 103.69 | 165.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 102 | 77 | 0 | 0.41 | 0.55 | 0.33 | 15.79 | 0.38 | 0.49 |
Hex | AC | 66 | 4D | 0 | 29 | 37 | 21 | 10 | 26 | 31 |
Octal | 254 | 146 | 115 | 0 | 51 | 67 | 41 | 20 | 46 | 61 |
Binary | 10101100 | 1100110 | 1001101 | 0 | 101001 | 110111 | 100001 | 10000 | 100110 | 110001 |
Color Harmonies of #AC664D
Complementary color
Monochromatic Colors of #AC664D
Black with #AC664D
Text Example
Text Example
White with #AC664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC664D; }
p { color: rgb(172,102,77); }
H1.HeaderClassName
{
color: #AC664D;
}
.AnyTagClassName
{
color: #AC664D;
}
</style>
background-color css
<style>
a { background-color: #AC664D; }
a { background-color: rgb(172,102,77); }
div.DivClassName
{
background-color: #AC664D;
}
.BgClassName
{
background-color: #AC664D;
}
</style>
border-color css
<style>
span { border-color: #AC664D; }
span { border-color: rgb(172,102,77); }
td.TdClassName
{
border-color: #AC664D;
}
.TagClassName
{
border-color: #AC664D;
}
</style>