#AE6E5A

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

Shades of Sante Fe #AE6E5A

Tints of Sante Fe #AE6E5A

Color information

#AE6E5A (or 0xAE6E5A) is unknown color: approx Sante Fe. HEX triplet: AE, 6E and 5A. RGB value is (174,110,90). Sum of RGB (Red+Green+Blue) = 174+110+90=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E5A is #5191A5. Grayscale: #7F7F7F. Windows color (decimal): -5345702 or 5926574. OLE color: 5926574.

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

Color convert

RGB17411090-
CMYK00.370.480.32
HSL14.29º34.15%51.76%-
HSV(B)14.29º48.28%68.24%-
XYZ24.8820.8912.39-
YUV126.86107.2161.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 110 (43.36% from 255) = 29.41%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=46.52%
G=29.41%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741109000.370.480.3214.2934.1551.76
HexAE6E5A0253020e2234
Octal2561561320456040164264
Binary101011101101110101101001001011100001000001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E5A; }

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

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

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

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

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

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

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

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