#AC664D

Color #AC664D Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AC664D

Tints of Sante Fe #AC664D

Color information

#AC664D (or 0xAC664D) is unknown color: approx 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

RGB17210277-
CMYK00.410.550.33
HSL15.79º38.15%48.82%-
HSV(B)15.79º55.23%67.45%-
XYZ23.118.819.43-
YUV120.08103.69165.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=49.00%
G=29.06%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721027700.410.550.3315.7938.1548.82
HexAC664D0293721102631
Octal2541461150516741204661
Binary1010110011001101001101010100111011110000110000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>