#AE674D

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

Shades of Sante Fe #AE674D

Tints of Sante Fe #AE674D

Color information

#AE674D (or 0xAE674D) is unknown color: approx Sante Fe. HEX triplet: AE, 67 and 4D. RGB value is (174,103,77). Sum of RGB (Red+Green+Blue) = 174+103+77=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE674D is #5198B2. Grayscale: #797979. Windows color (decimal): -5347507 or 5072814. OLE color: 5072814.

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

Color convert

RGB17410377-
CMYK00.410.560.32
HSL16.08º38.65%49.22%-
HSV(B)16.08º55.75%68.24%-
XYZ23.6519.239.49-
YUV121.26103.02165.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 77 (30.47% from 255) = 21.75%
R=49.15%
G=29.10%
B=21.75%

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
Decimal1741037700.410.560.3216.0838.6549.22
HexAE674D0293820102731
Octal2561471150517040204761
Binary1010111011001111001101010100111100010000010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE674D; }

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

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

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

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

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

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

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

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