#ae7159

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

Shades of Sante Fe #AE7159

Tints of Sante Fe #AE7159

Color information

#AE7159 (or 0xAE7159) is unknown color: approx Sante Fe. HEX triplet: AE, 71 and 59. RGB value is (174,113,89). Sum of RGB (Red+Green+Blue) = 174+113+89=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7159 is #518EA6. Grayscale: #808080. Windows color (decimal): -5344935 or 5861806. OLE color: 5861806.

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

Color convert

RGB17411389-
CMYK00.350.490.32
HSL16.94º34.41%51.57%-
HSV(B)16.94º48.85%68.24%-
XYZ25.1621.5312.28-
YUV128.5105.71160.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 89 (35.16% from 255) = 23.67%
R=46.28%
G=30.05%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741138900.350.490.3216.9434.4151.57
HexAE71590233120112234
Octal2561611310436140214264
Binary1010111011100011011001010001111000110000010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae7159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae7159; }

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

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

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

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

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

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

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

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