#AE6E50

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

Shades of Sante Fe #AE6E50

Tints of Sante Fe #AE6E50

Color information

#AE6E50 (or 0xAE6E50) is unknown color: approx Sante Fe. HEX triplet: AE, 6E and 50. RGB value is (174,110,80). Sum of RGB (Red+Green+Blue) = 174+110+80=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E50 is #5191AF. Grayscale: #7D7D7D. Windows color (decimal): -5345712 or 5271214. OLE color: 5271214.

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

Color convert

RGB17411080-
CMYK00.370.540.32
HSL19.15º37.01%49.8%-
HSV(B)19.15º54.02%68.24%-
XYZ24.4820.7310.3-
YUV125.72102.2162.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=47.80%
G=30.22%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741108000.370.540.3219.1537.0149.8
HexAE6E500253620132532
Octal2561561200456640234562
Binary1010111011011101010000010010111011010000010011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E50; }

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

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

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

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

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

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

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

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