#AE654C

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

Shades of Sante Fe #AE654C

Tints of Sante Fe #AE654C

Color information

#AE654C (or 0xAE654C) is unknown color: approx Sante Fe. HEX triplet: AE, 65 and 4C. RGB value is (174,101,76). Sum of RGB (Red+Green+Blue) = 174+101+76=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE654C is #519AB3. Grayscale: #787878. Windows color (decimal): -5348020 or 5006766. OLE color: 5006766.

HSL color Cylindrical-coordinate representation of color #AE654C: hue angle of 15.31º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE654C is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17410176-
CMYK00.420.560.32
HSL15.31º39.2%49.02%-
HSV(B)15.31º56.32%68.24%-
XYZ23.4118.839.24-
YUV119.98103.18166.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=49.57%
G=28.77%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741017600.420.560.3215.3139.249.02
HexAE654C02A3820f2731
Octal2561451140527040174761
Binary101011101100101100110001010101110001000001111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE654C; }

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

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

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

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

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

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

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

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