#AE715A

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

Shades of Sante Fe #AE715A

Tints of Sante Fe #AE715A

Color information

#AE715A (or 0xAE715A) is unknown color: approx Sante Fe. HEX triplet: AE, 71 and 5A. RGB value is (174,113,90). Sum of RGB (Red+Green+Blue) = 174+113+90=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE715A is #518EA5. Grayscale: #808080. Windows color (decimal): -5344934 or 5927342. OLE color: 5927342.

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

Color convert

RGB17411390-
CMYK00.350.480.32
HSL16.43º34.15%51.76%-
HSV(B)16.43º48.28%68.24%-
XYZ25.2121.5512.5-
YUV128.62106.21160.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=46.15%
G=29.97%
B=23.87%

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
Decimal1741139000.350.480.3216.4334.1551.76
HexAE715A0233020102234
Octal2561611320436040204264
Binary1010111011100011011010010001111000010000010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE715A; }

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

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

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

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

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

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

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

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