#AE623C

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

Shades of Tuscany #AE623C

Tints of Tuscany #AE623C

Color information

#AE623C (or 0xAE623C) is unknown color: approx Tuscany. HEX triplet: AE, 62 and 3C. RGB value is (174,98,60). Sum of RGB (Red+Green+Blue) = 174+98+60=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE623C is #519DC3. Grayscale: #747474. Windows color (decimal): -5348804 or 3957422. OLE color: 3957422.

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

Color convert

RGB1749860-
CMYK00.440.660.32
HSL20º48.72%45.88%-
HSV(B)20º65.52%68.24%-
XYZ22.6418.066.57-
YUV116.3996.18169.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=52.41%
G=29.52%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174986000.440.660.322048.7245.88
HexAE623C02C422014312e
Octal2561427405410240246156
Binary1010111011000101111000101100100001010000010100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE623C; }

 p { color: rgb(174,98,60); }

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

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

 a { background-color: rgb(174,98,60); }

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

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

 span { border-color: rgb(174,98,60); }

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