#AE744D

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

Shades of Sante Fe #AE744D

Tints of Sante Fe #AE744D

Color information

#AE744D (or 0xAE744D) is unknown color: approx Sante Fe. HEX triplet: AE, 74 and 4D. RGB value is (174,116,77). Sum of RGB (Red+Green+Blue) = 174+116+77=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE744D is #518BB2. Grayscale: #818181. Windows color (decimal): -5344179 or 5076142. OLE color: 5076142.

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

Color convert

RGB17411677-
CMYK00.330.560.32
HSL24.12º38.65%49.22%-
HSV(B)24.12º55.75%68.24%-
XYZ25.0422.039.95-
YUV128.998.72160.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=47.41%
G=31.61%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741167700.330.560.3224.1238.6549.22
HexAE744D0213820182731
Octal2561641150417040304761
Binary1010111011101001001101010000111100010000011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE744D; }

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

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

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

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

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

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

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

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