#AE623A

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

Shades of Tuscany #AE623A

Tints of Tuscany #AE623A

Color information

#AE623A (or 0xAE623A) is unknown color: approx Tuscany. HEX triplet: AE, 62 and 3A. RGB value is (174,98,58). Sum of RGB (Red+Green+Blue) = 174+98+58=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE623A is #519DC5. Grayscale: #747474. Windows color (decimal): -5348806 or 3826350. OLE color: 3826350.

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

Color convert

RGB1749858-
CMYK00.440.670.32
HSL20.69º50%45.49%-
HSV(B)20.69º66.67%68.24%-
XYZ22.5918.046.29-
YUV116.1695.18169.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=52.73%
G=29.70%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174985800.440.670.3220.695045.49
HexAE623A02C432015322d
Octal2561427205410340256255
Binary1010111011000101110100101100100001110000010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE623A; }

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

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

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

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

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

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

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

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