#AC7057

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

Shades of Sante Fe #AC7057

Tints of Sante Fe #AC7057

Color information

#AC7057 (or 0xAC7057) is unknown color: approx Sante Fe. HEX triplet: AC, 70 and 57. RGB value is (172,112,87). Sum of RGB (Red+Green+Blue) = 172+112+87=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7057 is #538FA8. Grayscale: #7F7F7F. Windows color (decimal): -5476265 or 5730476. OLE color: 5730476.

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

Color convert

RGB17211287-
CMYK00.350.490.33
HSL17.65º33.86%50.78%-
HSV(B)17.65º49.42%67.45%-
XYZ24.5321.0511.79-
YUV127.09105.38160.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=46.36%
G=30.19%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721128700.350.490.3317.6533.8650.78
HexAC70570233121122233
Octal2541601270436141224263
Binary1010110011100001010111010001111000110000110010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7057; }

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

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

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

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

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

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

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

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