#AE6E52

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

Shades of Sante Fe #AE6E52

Tints of Sante Fe #AE6E52

Color information

#AE6E52 (or 0xAE6E52) is unknown color: approx Sante Fe. HEX triplet: AE, 6E and 52. RGB value is (174,110,82). Sum of RGB (Red+Green+Blue) = 174+110+82=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E52 is #5191AD. Grayscale: #7E7E7E. Windows color (decimal): -5345710 or 5402286. OLE color: 5402286.

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

Color convert

RGB17411082-
CMYK00.370.530.32
HSL18.26º36.22%50.2%-
HSV(B)18.26º52.87%68.24%-
XYZ24.5520.7610.7-
YUV125.94103.2162.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=47.54%
G=30.05%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741108200.370.530.3218.2636.2250.2
HexAE6E520253520122432
Octal2561561220456540224462
Binary1010111011011101010010010010111010110000010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E52; }

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

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

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

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

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

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

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

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