#AE644A

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

Shades of Tuscany #AE644A

Tints of Tuscany #AE644A

Color information

#AE644A (or 0xAE644A) is unknown color: approx Tuscany. HEX triplet: AE, 64 and 4A. RGB value is (174,100,74). Sum of RGB (Red+Green+Blue) = 174+100+74=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE644A is #519BB5. Grayscale: #777777. Windows color (decimal): -5348278 or 4875438. OLE color: 4875438.

HSL color Cylindrical-coordinate representation of color #AE644A: hue angle of 15.6º 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 #AE644A is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17410074-
CMYK00.430.570.32
HSL15.6º40.32%48.63%-
HSV(B)15.6º57.47%68.24%-
XYZ23.2518.618.84-
YUV119.16102.52167.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=50%
G=28.74%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741007400.430.570.3215.640.3248.63
HexAE644A02B3920102831
Octal2561441120537140205061
Binary1010111011001001001010010101111100110000010000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE644A; }

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

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

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

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

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

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

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

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