#AE6E4E

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

Shades of Sante Fe #AE6E4E

Tints of Sante Fe #AE6E4E

Color information

#AE6E4E (or 0xAE6E4E) is unknown color: approx Sante Fe. HEX triplet: AE, 6E and 4E. RGB value is (174,110,78). Sum of RGB (Red+Green+Blue) = 174+110+78=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E4E is #5191B1. Grayscale: #7D7D7D. Windows color (decimal): -5345714 or 5140142. OLE color: 5140142.

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

Color convert

RGB17411078-
CMYK00.370.550.32
HSL20º38.1%49.41%-
HSV(B)20º55.17%68.24%-
XYZ24.4120.79.92-
YUV125.49101.2162.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 78 (30.86% from 255) = 21.55%
R=48.07%
G=30.39%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741107800.370.550.322038.149.41
HexAE6E4E0253720142631
Octal2561561160456740244661
Binary1010111011011101001110010010111011110000010100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E4E; }

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

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

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

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

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

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

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

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