#AC6557

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

Shades of Sante Fe #AC6557

Tints of Sante Fe #AC6557

Color information

#AC6557 (or 0xAC6557) is unknown color: approx Sante Fe. HEX triplet: AC, 65 and 57. RGB value is (172,101,87). Sum of RGB (Red+Green+Blue) = 172+101+87=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6557 is #539AA8. Grayscale: #787878. Windows color (decimal): -5479081 or 5727660. OLE color: 5727660.

HSL color Cylindrical-coordinate representation of color #AC6557: hue angle of 9.88º 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 #AC6557 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17210187-
CMYK00.410.490.33
HSL9.88º33.86%50.78%-
HSV(B)9.88º49.42%67.45%-
XYZ23.3918.7711.41-
YUV120.63109.02164.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=47.78%
G=28.06%
B=24.17%

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
Decimal1721018700.410.490.339.8833.8650.78
HexAC65570293121a2233
Octal2541451270516141124263
Binary101011001100101101011101010011100011000011010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6557; }

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

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

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

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

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

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

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

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