#AC6757

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

Shades of Sante Fe #AC6757

Tints of Sante Fe #AC6757

Color information

#AC6757 (or 0xAC6757) is unknown color: approx Sante Fe. HEX triplet: AC, 67 and 57. RGB value is (172,103,87). Sum of RGB (Red+Green+Blue) = 172+103+87=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6757 is #5398A8. Grayscale: #797979. Windows color (decimal): -5478569 or 5728172. OLE color: 5728172.

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

Color convert

RGB17210387-
CMYK00.400.490.33
HSL11.29º33.86%50.78%-
HSV(B)11.29º49.42%67.45%-
XYZ23.5819.1611.47-
YUV121.81108.36163.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 87 (34.38% from 255) = 24.03%
R=47.51%
G=28.45%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721038700.400.490.3311.2933.8650.78
HexAC67570283121b2233
Octal2541471270506141134263
Binary101011001100111101011101010001100011000011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6757; }

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

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

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

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

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

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

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

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