#AE7257

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

Shades of Sante Fe #AE7257

Tints of Sante Fe #AE7257

Color information

#AE7257 (or 0xAE7257) is unknown color: approx Sante Fe. HEX triplet: AE, 72 and 57. RGB value is (174,114,87). Sum of RGB (Red+Green+Blue) = 174+114+87=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7257 is #518DA8. Grayscale: #818181. Windows color (decimal): -5344681 or 5730990. OLE color: 5730990.

HSL color Cylindrical-coordinate representation of color #AE7257: hue angle of 18.62º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE7257 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB17411487-
CMYK00.340.50.32
HSL18.62º34.94%51.18%-
HSV(B)18.62º50%68.24%-
XYZ25.1921.7211.88-
YUV128.86104.38160.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=46.4%
G=30.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741148700.340.50.3218.6234.9451.18
HexAE72570223220132333
Octal2561621270426240234363
Binary1010111011100101010111010001011001010000010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7257; }

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

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

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

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

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

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

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

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