#AE6D50

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

Shades of Sante Fe #AE6D50

Tints of Sante Fe #AE6D50

Color information

#AE6D50 (or 0xAE6D50) is unknown color: approx Sante Fe. HEX triplet: AE, 6D and 50. RGB value is (174,109,80). Sum of RGB (Red+Green+Blue) = 174+109+80=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D50 is #5192AF. Grayscale: #7D7D7D. Windows color (decimal): -5345968 or 5270958. OLE color: 5270958.

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

Color convert

RGB17410980-
CMYK00.370.540.32
HSL18.51º37.01%49.8%-
HSV(B)18.51º54.02%68.24%-
XYZ24.3720.5210.26-
YUV125.13102.53162.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=47.93%
G=30.03%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741098000.370.540.3218.5137.0149.8
HexAE6D500253620132532
Octal2561551200456640234562
Binary1010111011011011010000010010111011010000010011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D50; }

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

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

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

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

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

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

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

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