#AC7757

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

Shades of Sante Fe #AC7757

Tints of Sante Fe #AC7757

Color information

#AC7757 (or 0xAC7757) is unknown color: approx Sante Fe. HEX triplet: AC, 77 and 57. RGB value is (172,119,87). Sum of RGB (Red+Green+Blue) = 172+119+87=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7757 is #5388A8. Grayscale: #838383. Windows color (decimal): -5474473 or 5732268. OLE color: 5732268.

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

Color convert

RGB17211987-
CMYK00.310.490.33
HSL22.59º33.86%50.78%-
HSV(B)22.59º49.42%67.45%-
XYZ25.3322.6512.05-
YUV131.2103.06157.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=45.50%
G=31.48%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721198700.310.490.3322.5933.8650.78
HexAC775701F3121172233
Octal2541671270376141274263
Binary101011001110111101011101111111000110000110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7757; }

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

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

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

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

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

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

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

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