#AE654A

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

Shades of Tuscany #AE654A

Tints of Tuscany #AE654A

Color information

#AE654A (or 0xAE654A) is unknown color: approx Tuscany. HEX triplet: AE, 65 and 4A. RGB value is (174,101,74). Sum of RGB (Red+Green+Blue) = 174+101+74=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE654A is #519AB5. Grayscale: #777777. Windows color (decimal): -5348022 or 4875694. OLE color: 4875694.

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

Color convert

RGB17410174-
CMYK00.420.570.32
HSL16.2º40.32%48.63%-
HSV(B)16.2º57.47%68.24%-
XYZ23.3518.88.88-
YUV119.75102.18166.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=49.86%
G=28.94%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741017400.420.570.3216.240.3248.63
HexAE654A02A3920102831
Octal2561451120527140205061
Binary1010111011001011001010010101011100110000010000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE654A; }

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

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

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

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

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

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

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

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