#AE7157

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

Shades of Sante Fe #AE7157

Tints of Sante Fe #AE7157

Color information

#AE7157 (or 0xAE7157) is unknown color: approx Sante Fe. HEX triplet: AE, 71 and 57. RGB value is (174,113,87). Sum of RGB (Red+Green+Blue) = 174+113+87=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7157 is #518EA8. Grayscale: #808080. Windows color (decimal): -5344937 or 5730734. OLE color: 5730734.

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

Color convert

RGB17411387-
CMYK00.350.50.32
HSL17.93º34.94%51.18%-
HSV(B)17.93º50%68.24%-
XYZ25.0821.511.84-
YUV128.28104.71160.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=46.52%
G=30.21%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741138700.350.50.3217.9334.9451.18
HexAE71570233220122333
Octal2561611270436240224363
Binary1010111011100011010111010001111001010000010010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7157; }

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

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

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

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

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

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

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

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