#AE6657

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

Shades of Sante Fe #AE6657

Tints of Sante Fe #AE6657

Color information

#AE6657 (or 0xAE6657) is unknown color: approx Sante Fe. HEX triplet: AE, 66 and 57. RGB value is (174,102,87). Sum of RGB (Red+Green+Blue) = 174+102+87=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6657 is #5199A8. Grayscale: #797979. Windows color (decimal): -5347753 or 5727918. OLE color: 5727918.

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

Color convert

RGB17410287-
CMYK00.410.50.32
HSL10.34º34.94%51.18%-
HSV(B)10.34º50%68.24%-
XYZ23.9319.1911.46-
YUV121.82108.35165.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=47.93%
G=28.10%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741028700.410.50.3210.3434.9451.18
HexAE66570293220a2333
Octal2561461270516240124363
Binary101011101100110101011101010011100101000001010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6657; }

 p { color: rgb(174,102,87); }

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

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

 a { background-color: rgb(174,102,87); }

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

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

 span { border-color: rgb(174,102,87); }

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