Html Css Color HEX #AE5E42 Tuscany

📋 copy color: '#AE5E42'

red 174 ◦ green 94 ◦ blue 66

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

Shades of Tuscany #AE5E42

Tints of Tuscany #AE5E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.14%

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 52.1%
G = 28.14%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE5E42 (or 0xAE5E42) is known color: Tuscany. HEX triplet: AE, 5E and 42. RGB value is (174,94,66). Sum of RGB (Red+Green+Blue) = 174+94+66=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E42 is #51A1BD. Grayscale: #727272. Windows color (decimal): -5349822 or 4349614. OLE color: 4349614.

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

Color convert

RGB 174 94 66 -
CMYK 0 0.46 0.62 0.32
HSL 15.56º 0.45% 0.47% -
HSV(B) 15.56º 0.62% 0.68% -
XYZ 22.44 17.4 7.33 -
YUV 114.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 174 94 66 0 0.46 0.62 0.32 15.56 0.45 0.47
Hex AE 5E 42 0 2E 3E 20 10 2D 2F
Octal 256 136 102 0 56 76 40 20 55 57
Binary 10101110 1011110 1000010 0 101110 111110 100000 10000 101101 101111

Color Harmonies of #AE5E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E42

Black with #AE5E42

Text Example


Text Example

White with #AE5E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E42; }

 p { color: rgb(174,94,66); }

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

background-color css

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

 a { background-color: rgb(174,94,66); }

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

border-color css

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

 span { border-color: rgb(174,94,66); }

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