#AE6D56

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

Shades of Sante Fe #AE6D56

Tints of Sante Fe #AE6D56

Color information

#AE6D56 (or 0xAE6D56) is unknown color: approx Sante Fe. HEX triplet: AE, 6D and 56. RGB value is (174,109,86). Sum of RGB (Red+Green+Blue) = 174+109+86=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D56 is #5192A9. Grayscale: #7D7D7D. Windows color (decimal): -5345962 or 5664174. OLE color: 5664174.

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

Color convert

RGB17410986-
CMYK00.370.510.32
HSL15.68º35.2%50.98%-
HSV(B)15.68º50.57%68.24%-
XYZ24.620.6111.49-
YUV125.81105.53162.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=47.15%
G=29.54%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741098600.370.510.3215.6835.250.98
HexAE6D560253320102333
Octal2561551260456340204363
Binary1010111011011011010110010010111001110000010000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D56; }

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

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

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

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

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

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

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

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