#AE6C48

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

Shades of Sante Fe #AE6C48

Tints of Sante Fe #AE6C48

Color information

#AE6C48 (or 0xAE6C48) is unknown color: approx Sante Fe. HEX triplet: AE, 6C and 48. RGB value is (174,108,72). Sum of RGB (Red+Green+Blue) = 174+108+72=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C48 is #5193B7. Grayscale: #7B7B7B. Windows color (decimal): -5346232 or 4746414. OLE color: 4746414.

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

Color convert

RGB17410872-
CMYK00.380.590.32
HSL21.18º41.46%48.24%-
HSV(B)21.18º58.62%68.24%-
XYZ23.9920.198.76-
YUV123.6398.87163.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 72 (28.52% from 255) = 20.34%
R=49.15%
G=30.51%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741087200.380.590.3221.1841.4648.24
HexAE6C480263B20152930
Octal2561541100467340255160
Binary1010111011011001001000010011011101110000010101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C48; }

 p { color: rgb(174,108,72); }

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

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

 a { background-color: rgb(174,108,72); }

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

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

 span { border-color: rgb(174,108,72); }

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