#AE6E55

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

Shades of Sante Fe #AE6E55

Tints of Sante Fe #AE6E55

Color information

#AE6E55 (or 0xAE6E55) is unknown color: approx Sante Fe. HEX triplet: AE, 6E and 55. RGB value is (174,110,85). Sum of RGB (Red+Green+Blue) = 174+110+85=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E55 is #5191AA. Grayscale: #7E7E7E. Windows color (decimal): -5345707 or 5598894. OLE color: 5598894.

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

Color convert

RGB17411085-
CMYK00.370.510.32
HSL16.85º35.46%50.78%-
HSV(B)16.85º51.15%68.24%-
XYZ24.6720.8111.31-
YUV126.29104.7162.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=47.15%
G=29.81%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741108500.370.510.3216.8535.4650.78
HexAE6E550253320112333
Octal2561561250456340214363
Binary1010111011011101010101010010111001110000010001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E55; }

 p { color: rgb(174,110,85); }

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

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

 a { background-color: rgb(174,110,85); }

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

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

 span { border-color: rgb(174,110,85); }

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