#AE6E54

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

Shades of Sante Fe #AE6E54

Tints of Sante Fe #AE6E54

Color information

#AE6E54 (or 0xAE6E54) is unknown color: approx Sante Fe. HEX triplet: AE, 6E and 54. RGB value is (174,110,84). Sum of RGB (Red+Green+Blue) = 174+110+84=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E54 is #5191AB. Grayscale: #7E7E7E. Windows color (decimal): -5345708 or 5533358. OLE color: 5533358.

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

Color convert

RGB17411084-
CMYK00.370.520.32
HSL17.33º35.71%50.59%-
HSV(B)17.33º51.72%68.24%-
XYZ24.6320.7911.1-
YUV126.17104.2162.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=47.28%
G=29.89%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741108400.370.520.3217.3335.7150.59
HexAE6E540253420112433
Octal2561561240456440214463
Binary1010111011011101010100010010111010010000010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E54; }

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

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

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

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

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

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

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

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