#AE6D52

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

Shades of Sante Fe #AE6D52

Tints of Sante Fe #AE6D52

Color information

#AE6D52 (or 0xAE6D52) is unknown color: approx Sante Fe. HEX triplet: AE, 6D and 52. RGB value is (174,109,82). Sum of RGB (Red+Green+Blue) = 174+109+82=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D52 is #5192AD. Grayscale: #7D7D7D. Windows color (decimal): -5345966 or 5402030. OLE color: 5402030.

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

Color convert

RGB17410982-
CMYK00.370.530.32
HSL17.61º36.22%50.2%-
HSV(B)17.61º52.87%68.24%-
XYZ24.4520.5510.66-
YUV125.36103.53162.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=47.67%
G=29.86%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741098200.370.530.3217.6136.2250.2
HexAE6D520253520122432
Octal2561551220456540224462
Binary1010111011011011010010010010111010110000010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D52; }

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

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

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

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

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

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

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

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