#AE654E

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

Shades of Sante Fe #AE654E

Tints of Sante Fe #AE654E

Color information

#AE654E (or 0xAE654E) is unknown color: approx Sante Fe. HEX triplet: AE, 65 and 4E. RGB value is (174,101,78). Sum of RGB (Red+Green+Blue) = 174+101+78=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE654E is #519AB1. Grayscale: #787878. Windows color (decimal): -5348018 or 5137838. OLE color: 5137838.

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

Color convert

RGB17410178-
CMYK00.420.550.32
HSL14.38º38.1%49.41%-
HSV(B)14.38º55.17%68.24%-
XYZ23.4818.869.61-
YUV120.2104.18166.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=49.29%
G=28.61%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741017800.420.550.3214.3838.149.41
HexAE654E02A3720e2631
Octal2561451160526740164661
Binary101011101100101100111001010101101111000001110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE654E; }

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

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

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

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

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

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

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

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