Html Css Color HEX #AE624A Tuscany

📋 copy color: '#AE624A'

red 174 ◦ green 98 ◦ blue 74

#AE624A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #AE624A

Tints of Tuscany #AE624A

RGB

 RED value IS 174 (68.36% from 255) = 50.29%

 GREEN value IS 98 (38.67% from 255) = 28.32%

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 50.29%
G = 28.32%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE624A (or 0xAE624A) is known color: Tuscany. HEX triplet: AE, 62 and 4A. RGB value is (174,98,74). Sum of RGB (Red+Green+Blue) = 174+98+74=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE624A is #519DB5. Grayscale: #767676. Windows color (decimal): -5348790 or 4874926. OLE color: 4874926.

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

Color convert

RGB 174 98 74 -
CMYK 0 0.44 0.57 0.32
HSL 14.4º 0.4% 0.49% -
HSV(B) 14.4º 0.57% 0.68% -
XYZ 23.06 18.23 8.78 -
YUV 117.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 174 98 74 0 0.44 0.57 0.32 14.4 0.4 0.49
Hex AE 62 4A 0 2C 39 20 E 28 31
Octal 256 142 112 0 54 71 40 16 50 61
Binary 10101110 1100010 1001010 0 101100 111001 100000 1110 101000 110001

Color Harmonies of #AE624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE624A

Black with #AE624A

Text Example


Text Example

White with #AE624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE624A; }

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

 H1.HeaderClassName
 {
   color: #AE624A;
 }
 .AnyTagClassName
 {
   color: #AE624A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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