#AE6650

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

Shades of Sante Fe #AE6650

Tints of Sante Fe #AE6650

Color information

#AE6650 (or 0xAE6650) is unknown color: approx Sante Fe. HEX triplet: AE, 66 and 50. RGB value is (174,102,80). Sum of RGB (Red+Green+Blue) = 174+102+80=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6650 is #5199AF. Grayscale: #797979. Windows color (decimal): -5347760 or 5269166. OLE color: 5269166.

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

Color convert

RGB17410280-
CMYK00.410.540.32
HSL14.04º37.01%49.8%-
HSV(B)14.04º54.02%68.24%-
XYZ23.6519.0810.03-
YUV121.02104.85165.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=48.88%
G=28.65%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741028000.410.540.3214.0437.0149.8
HexAE66500293620e2532
Octal2561461200516640164562
Binary101011101100110101000001010011101101000001110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6650; }

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

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

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

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

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

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

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

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