#AE6150

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

Shades of Sante Fe #AE6150

Tints of Sante Fe #AE6150

Color information

#AE6150 (or 0xAE6150) is unknown color: approx Sante Fe. HEX triplet: AE, 61 and 50. RGB value is (174,97,80). Sum of RGB (Red+Green+Blue) = 174+97+80=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6150 is #519EAF. Grayscale: #767676. Windows color (decimal): -5349040 or 5267886. OLE color: 5267886.

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

Color convert

RGB1749780-
CMYK00.440.540.32
HSL10.85º37.01%49.8%-
HSV(B)10.85º54.02%68.24%-
XYZ23.1818.139.87-
YUV118.08106.51167.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=49.57%
G=27.64%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174978000.440.540.3210.8537.0149.8
HexAE615002C3620b2532
Octal2561411200546640134562
Binary101011101100001101000001011001101101000001011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6150; }

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

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

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

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

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

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

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

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