#AE664C

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

Shades of Sante Fe #AE664C

Tints of Sante Fe #AE664C

Color information

#AE664C (or 0xAE664C) is unknown color: approx Sante Fe. HEX triplet: AE, 66 and 4C. RGB value is (174,102,76). Sum of RGB (Red+Green+Blue) = 174+102+76=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE664C is #5199B3. Grayscale: #787878. Windows color (decimal): -5347764 or 5007022. OLE color: 5007022.

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

Color convert

RGB17410276-
CMYK00.410.560.32
HSL15.92º39.2%49.02%-
HSV(B)15.92º56.32%68.24%-
XYZ23.5119.029.27-
YUV120.56102.85166.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=49.43%
G=28.98%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741027600.410.560.3215.9239.249.02
HexAE664C0293820102731
Octal2561461140517040204761
Binary1010111011001101001100010100111100010000010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE664C; }

 p { color: rgb(174,102,76); }

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

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

 a { background-color: rgb(174,102,76); }

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

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

 span { border-color: rgb(174,102,76); }

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