#AC6657

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

Shades of Sante Fe #AC6657

Tints of Sante Fe #AC6657

Color information

#AC6657 (or 0xAC6657) is unknown color: approx Sante Fe. HEX triplet: AC, 66 and 57. RGB value is (172,102,87). Sum of RGB (Red+Green+Blue) = 172+102+87=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6657 is #5399A8. Grayscale: #797979. Windows color (decimal): -5478825 or 5727916. OLE color: 5727916.

HSL color Cylindrical-coordinate representation of color #AC6657: hue angle of 10.59º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC6657 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17210287-
CMYK00.410.490.33
HSL10.59º33.86%50.78%-
HSV(B)10.59º49.42%67.45%-
XYZ23.4818.9611.44-
YUV121.22108.69164.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 87 (34.38% from 255) = 24.10%
R=47.65%
G=28.25%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721028700.410.490.3310.5933.8650.78
HexAC66570293121b2233
Octal2541461270516141134263
Binary101011001100110101011101010011100011000011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6657; }

 p { color: rgb(172,102,87); }

 H1.HeaderClassName
 {
   color: #AC6657;
 }
 .AnyTagClassName
 {
   color: #AC6657;
 }
</style>
background-color css

<style>
 a { background-color: #AC6657; }

 a { background-color: rgb(172,102,87); }

 div.DivClassName
 {
   background-color: #AC6657;
 }
 .BgClassName
 {
   background-color: #AC6657;
 }
</style>
border-color css

<style>
 span { border-color: #AC6657; }

 span { border-color: rgb(172,102,87); }

 td.TdClassName
 {
   border-color: #AC6657;
 }
 .TagClassName
 {
   border-color: #AC6657;
 }
</style>