#AE715B

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

Shades of Sante Fe #AE715B

Tints of Sante Fe #AE715B

Color information

#AE715B (or 0xAE715B) is unknown color: approx Sante Fe. HEX triplet: AE, 71 and 5B. RGB value is (174,113,91). Sum of RGB (Red+Green+Blue) = 174+113+91=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE715B is #518EA4. Grayscale: #808080. Windows color (decimal): -5344933 or 5992878. OLE color: 5992878.

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

Color convert

RGB17411391-
CMYK00.350.480.32
HSL15.9º33.88%51.96%-
HSV(B)15.9º47.7%68.24%-
XYZ25.2521.5612.73-
YUV128.73106.71160.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=46.03%
G=29.89%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741139100.350.480.3215.933.8851.96
HexAE715B0233020102234
Octal2561611330436040204264
Binary1010111011100011011011010001111000010000010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE715B; }

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

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

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

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

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

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

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

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