Html Css Color HEX #AE593F Tuscany

📋 copy color: '#AE593F'

red 174 ◦ green 89 ◦ blue 63

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

Shades of Tuscany #AE593F

Tints of Tuscany #AE593F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 53.37%
G = 27.3%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE593F (or 0xAE593F) is known color: Tuscany. HEX triplet: AE, 59 and 3F. RGB value is (174,89,63). Sum of RGB (Red+Green+Blue) = 174+89+63=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE593F is #51A6C0. Grayscale: #6F6F6F. Windows color (decimal): -5351105 or 4151726. OLE color: 4151726.

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

Color convert

RGB 174 89 63 -
CMYK 0 0.49 0.64 0.32
HSL 14.05º 0.47% 0.46% -
HSV(B) 14.05º 0.64% 0.68% -
XYZ 21.93 16.5 6.73 -
YUV 111.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 174 89 63 0 0.49 0.64 0.32 14.05 0.47 0.46
Hex AE 59 3F 0 31 40 20 E 2F 2E
Octal 256 131 77 0 61 100 40 16 57 56
Binary 10101110 1011001 111111 0 110001 1000000 100000 1110 101111 101110

Color Harmonies of #AE593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE593F

Black with #AE593F

Text Example


Text Example

White with #AE593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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