#AE6550

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

Shades of Sante Fe #AE6550

Tints of Sante Fe #AE6550

Color information

#AE6550 (or 0xAE6550) is unknown color: approx Sante Fe. HEX triplet: AE, 65 and 50. RGB value is (174,101,80). Sum of RGB (Red+Green+Blue) = 174+101+80=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6550 is #519AAF. Grayscale: #787878. Windows color (decimal): -5348016 or 5268910. OLE color: 5268910.

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

Color convert

RGB17410180-
CMYK00.420.540.32
HSL13.4º37.01%49.8%-
HSV(B)13.4º54.02%68.24%-
XYZ23.5618.899.99-
YUV120.43105.18166.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=49.01%
G=28.45%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741018000.420.540.3213.437.0149.8
HexAE655002A3620d2532
Octal2561451200526640154562
Binary101011101100101101000001010101101101000001101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6550; }

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

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

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

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

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

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

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

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