#AE7757

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

Shades of Sante Fe #AE7757

Tints of Sante Fe #AE7757

Color information

#AE7757 (or 0xAE7757) is unknown color: approx Sante Fe. HEX triplet: AE, 77 and 57. RGB value is (174,119,87). Sum of RGB (Red+Green+Blue) = 174+119+87=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7757 is #5188A8. Grayscale: #838383. Windows color (decimal): -5343401 or 5732270. OLE color: 5732270.

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

Color convert

RGB17411987-
CMYK00.320.50.32
HSL22.07º34.94%51.18%-
HSV(B)22.07º50%68.24%-
XYZ25.7722.8812.07-
YUV131.8102.72158.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=45.79%
G=31.32%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741198700.320.50.3222.0734.9451.18
HexAE77570203220162333
Octal2561671270406240264363
Binary1010111011101111010111010000011001010000010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7757; }

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

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

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

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

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

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

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

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