Html Css Color HEX #AE5E3F Tuscany

📋 copy color: '#AE5E3F'

red 174 ◦ green 94 ◦ blue 63

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

Shades of Tuscany #AE5E3F

Tints of Tuscany #AE5E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.03%

R = 52.57%
G = 28.4%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE5E3F (or 0xAE5E3F) is known color: Tuscany. HEX triplet: AE, 5E and 3F. RGB value is (174,94,63). Sum of RGB (Red+Green+Blue) = 174+94+63=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E3F is #51A1C0. Grayscale: #727272. Windows color (decimal): -5349825 or 4153006. OLE color: 4153006.

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

Color convert

RGB 174 94 63 -
CMYK 0 0.46 0.64 0.32
HSL 16.76º 0.47% 0.46% -
HSV(B) 16.76º 0.64% 0.68% -
XYZ 22.36 17.36 6.88 -
YUV 114.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 174 94 63 0 0.46 0.64 0.32 16.76 0.47 0.46
Hex AE 5E 3F 0 2E 40 20 11 2F 2E
Octal 256 136 77 0 56 100 40 21 57 56
Binary 10101110 1011110 111111 0 101110 1000000 100000 10001 101111 101110

Color Harmonies of #AE5E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E3F

Black with #AE5E3F

Text Example


Text Example

White with #AE5E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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