#AE714D

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

Shades of Sante Fe #AE714D

Tints of Sante Fe #AE714D

Color information

#AE714D (or 0xAE714D) is unknown color: approx Sante Fe. HEX triplet: AE, 71 and 4D. RGB value is (174,113,77). Sum of RGB (Red+Green+Blue) = 174+113+77=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE714D is #518EB2. Grayscale: #7F7F7F. Windows color (decimal): -5344947 or 5075374. OLE color: 5075374.

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

Color convert

RGB17411377-
CMYK00.350.560.32
HSL22.27º38.65%49.22%-
HSV(B)22.27º55.75%68.24%-
XYZ24.721.349.84-
YUV127.1499.71161.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=47.80%
G=31.04%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741137700.350.560.3222.2738.6549.22
HexAE714D0233820162731
Octal2561611150437040264761
Binary1010111011100011001101010001111100010000010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE714D; }

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

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

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

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

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

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

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

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