#AE734E

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

Shades of Sante Fe #AE734E

Tints of Sante Fe #AE734E

Color information

#AE734E (or 0xAE734E) is unknown color: approx Sante Fe. HEX triplet: AE, 73 and 4E. RGB value is (174,115,78). Sum of RGB (Red+Green+Blue) = 174+115+78=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE734E is #518CB1. Grayscale: #808080. Windows color (decimal): -5344434 or 5141422. OLE color: 5141422.

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

Color convert

RGB17411578-
CMYK00.340.550.32
HSL23.12º38.1%49.41%-
HSV(B)23.12º55.17%68.24%-
XYZ24.9621.8110.1-
YUV128.4299.55160.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=47.41%
G=31.34%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741157800.340.550.3223.1238.149.41
HexAE734E0223720172631
Octal2561631160426740274661
Binary1010111011100111001110010001011011110000010111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE734E; }

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

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

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

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

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

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

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

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