#AC7257

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

Shades of Sante Fe #AC7257

Tints of Sante Fe #AC7257

Color information

#AC7257 (or 0xAC7257) is unknown color: approx Sante Fe. HEX triplet: AC, 72 and 57. RGB value is (172,114,87). Sum of RGB (Red+Green+Blue) = 172+114+87=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7257 is #538DA8. Grayscale: #808080. Windows color (decimal): -5475753 or 5730988. OLE color: 5730988.

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

Color convert

RGB17211487-
CMYK00.340.490.33
HSL19.06º33.86%50.78%-
HSV(B)19.06º49.42%67.45%-
XYZ24.7521.4911.86-
YUV128.26104.72159.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=46.11%
G=30.56%
B=23.32%

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
Decimal1721148700.340.490.3319.0633.8650.78
HexAC72570223121132233
Octal2541621270426141234263
Binary1010110011100101010111010001011000110000110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7257; }

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

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

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

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

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

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

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

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