#AE7357

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

Shades of Sante Fe #AE7357

Tints of Sante Fe #AE7357

Color information

#AE7357 (or 0xAE7357) is unknown color: approx Sante Fe. HEX triplet: AE, 73 and 57. RGB value is (174,115,87). Sum of RGB (Red+Green+Blue) = 174+115+87=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7357 is #518CA8. Grayscale: #818181. Windows color (decimal): -5344425 or 5731246. OLE color: 5731246.

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

Color convert

RGB17411587-
CMYK00.340.50.32
HSL19.31º34.94%51.18%-
HSV(B)19.31º50%68.24%-
XYZ25.3121.9511.92-
YUV129.45104.05159.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=46.28%
G=30.59%
B=23.14%

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
Decimal1741158700.340.50.3219.3134.9451.18
HexAE73570223220132333
Octal2561631270426240234363
Binary1010111011100111010111010001011001010000010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7357; }

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

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

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

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

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

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

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

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