#AE734D

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

Shades of Sante Fe #AE734D

Tints of Sante Fe #AE734D

Color information

#AE734D (or 0xAE734D) is unknown color: approx Sante Fe. HEX triplet: AE, 73 and 4D. RGB value is (174,115,77). Sum of RGB (Red+Green+Blue) = 174+115+77=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE734D is #518CB2. Grayscale: #808080. Windows color (decimal): -5344435 or 5075886. OLE color: 5075886.

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

Color convert

RGB17411577-
CMYK00.340.560.32
HSL23.51º38.65%49.22%-
HSV(B)23.51º55.75%68.24%-
XYZ24.9321.89.91-
YUV128.3199.05160.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=47.54%
G=31.42%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741157700.340.560.3223.5138.6549.22
HexAE734D0223820182731
Octal2561631150427040304761
Binary1010111011100111001101010001011100010000011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE734D; }

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

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

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

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

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

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

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

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