Html Css Color HEX #AE5E40 Tuscany

📋 copy color: '#AE5E40'

red 174 ◦ green 94 ◦ blue 64

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

Shades of Tuscany #AE5E40

Tints of Tuscany #AE5E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 52.41%
G = 28.31%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE5E40 (or 0xAE5E40) is known color: Tuscany. HEX triplet: AE, 5E and 40. RGB value is (174,94,64). Sum of RGB (Red+Green+Blue) = 174+94+64=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E40 is #51A1BF. Grayscale: #727272. Windows color (decimal): -5349824 or 4218542. OLE color: 4218542.

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

Color convert

RGB 174 94 64 -
CMYK 0 0.46 0.63 0.32
HSL 16.36º 0.46% 0.47% -
HSV(B) 16.36º 0.63% 0.68% -
XYZ 22.38 17.37 7.02 -
YUV 114.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 174 94 64 0 0.46 0.63 0.32 16.36 0.46 0.47
Hex AE 5E 40 0 2E 3F 20 10 2E 2F
Octal 256 136 100 0 56 77 40 20 56 57
Binary 10101110 1011110 1000000 0 101110 111111 100000 10000 101110 101111

Color Harmonies of #AE5E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E40

Black with #AE5E40

Text Example


Text Example

White with #AE5E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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