#AE7156

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

Shades of Sante Fe #AE7156

Tints of Sante Fe #AE7156

Color information

#AE7156 (or 0xAE7156) is unknown color: approx Sante Fe. HEX triplet: AE, 71 and 56. RGB value is (174,113,86). Sum of RGB (Red+Green+Blue) = 174+113+86=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7156 is #518EA9. Grayscale: #808080. Windows color (decimal): -5344938 or 5665198. OLE color: 5665198.

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

Color convert

RGB17411386-
CMYK00.350.510.32
HSL18.41º35.2%50.98%-
HSV(B)18.41º50.57%68.24%-
XYZ25.0421.4811.63-
YUV128.16104.21160.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=46.65%
G=30.29%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741138600.350.510.3218.4135.250.98
HexAE71560233320122333
Octal2561611260436340224363
Binary1010111011100011010110010001111001110000010010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7156; }

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

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

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

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

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

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

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

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