#AE7556

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

Shades of Sante Fe #AE7556

Tints of Sante Fe #AE7556

Color information

#AE7556 (or 0xAE7556) is unknown color: approx Sante Fe. HEX triplet: AE, 75 and 56. RGB value is (174,117,86). Sum of RGB (Red+Green+Blue) = 174+117+86=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7556 is #518AA9. Grayscale: #828282. Windows color (decimal): -5343914 or 5666222. OLE color: 5666222.

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

Color convert

RGB17411786-
CMYK00.330.510.32
HSL21.14º35.2%50.98%-
HSV(B)21.14º50.57%68.24%-
XYZ25.522.3911.78-
YUV130.51102.88159.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=46.15%
G=31.03%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741178600.330.510.3221.1435.250.98
HexAE75560213320152333
Octal2561651260416340254363
Binary1010111011101011010110010000111001110000010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7556; }

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

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

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

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

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

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

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

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