#AE664D

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

Shades of Sante Fe #AE664D

Tints of Sante Fe #AE664D

Color information

#AE664D (or 0xAE664D) is unknown color: approx Sante Fe. HEX triplet: AE, 66 and 4D. RGB value is (174,102,77). Sum of RGB (Red+Green+Blue) = 174+102+77=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE664D is #5199B2. Grayscale: #787878. Windows color (decimal): -5347763 or 5072558. OLE color: 5072558.

HSL color Cylindrical-coordinate representation of color #AE664D: hue angle of 15.46º 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 #AE664D is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17410277-
CMYK00.410.560.32
HSL15.46º38.65%49.22%-
HSV(B)15.46º55.75%68.24%-
XYZ23.5519.049.45-
YUV120.68103.35166.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=49.29%
G=28.90%
B=21.81%

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
Decimal1741027700.410.560.3215.4638.6549.22
HexAE664D0293820f2731
Octal2561461150517040174761
Binary101011101100110100110101010011110001000001111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE664D; }

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

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

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

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

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

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

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

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