#AC7157

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

Shades of Sante Fe #AC7157

Tints of Sante Fe #AC7157

Color information

#AC7157 (or 0xAC7157) is unknown color: approx Sante Fe. HEX triplet: AC, 71 and 57. RGB value is (172,113,87). Sum of RGB (Red+Green+Blue) = 172+113+87=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7157 is #538EA8. Grayscale: #7F7F7F. Windows color (decimal): -5476009 or 5730732. OLE color: 5730732.

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

Color convert

RGB17211387-
CMYK00.340.490.33
HSL18.35º33.86%50.78%-
HSV(B)18.35º49.42%67.45%-
XYZ24.6421.2711.82-
YUV127.68105.05159.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 87 (34.38% from 255) = 23.39%
R=46.24%
G=30.38%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721138700.340.490.3318.3533.8650.78
HexAC71570223121122233
Octal2541611270426141224263
Binary1010110011100011010111010001011000110000110010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7157; }

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

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

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

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

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

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

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

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