#AE624B

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

Shades of Tuscany #AE624B

Tints of Tuscany #AE624B

Color information

#AE624B (or 0xAE624B) is unknown color: approx Tuscany. HEX triplet: AE, 62 and 4B. RGB value is (174,98,75). Sum of RGB (Red+Green+Blue) = 174+98+75=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE624B is #519DB4. Grayscale: #767676. Windows color (decimal): -5348789 or 4940462. OLE color: 4940462.

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

Color convert

RGB1749875-
CMYK00.440.570.32
HSL13.94º39.76%48.82%-
HSV(B)13.94º56.9%68.24%-
XYZ23.0918.248.96-
YUV118.1103.68167.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=50.14%
G=28.24%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174987500.440.570.3213.9439.7648.82
HexAE624B02C3920e2831
Octal2561421130547140165061
Binary101011101100010100101101011001110011000001110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE624B; }

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

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

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

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

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

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

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

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