#AC7357

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

Shades of Sante Fe #AC7357

Tints of Sante Fe #AC7357

Color information

#AC7357 (or 0xAC7357) is unknown color: approx Sante Fe. HEX triplet: AC, 73 and 57. RGB value is (172,115,87). Sum of RGB (Red+Green+Blue) = 172+115+87=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7357 is #538CA8. Grayscale: #818181. Windows color (decimal): -5475497 or 5731244. OLE color: 5731244.

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

Color convert

RGB17211587-
CMYK00.330.490.33
HSL19.76º33.86%50.78%-
HSV(B)19.76º49.42%67.45%-
XYZ24.8621.7211.9-
YUV128.85104.38158.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=45.99%
G=30.75%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721158700.330.490.3319.7633.8650.78
HexAC73570213121142233
Octal2541631270416141244263
Binary1010110011100111010111010000111000110000110100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7357; }

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

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

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

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

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

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

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

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