Html Css Color HEX #AE6441 Tuscany

📋 copy color: '#AE6441'

red 174 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #AE6441

Tints of Tuscany #AE6441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 51.33%
G = 29.5%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE6441 (or 0xAE6441) is known color: Tuscany. HEX triplet: AE, 64 and 41. RGB value is (174,100,65). Sum of RGB (Red+Green+Blue) = 174+100+65=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6441 is #519BBE. Grayscale: #767676. Windows color (decimal): -5348287 or 4285614. OLE color: 4285614.

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

Color convert

RGB 174 100 65 -
CMYK 0 0.43 0.63 0.32
HSL 19.27º 0.46% 0.47% -
HSV(B) 19.27º 0.63% 0.68% -
XYZ 22.97 18.49 7.36 -
YUV 118.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 174 100 65 0 0.43 0.63 0.32 19.27 0.46 0.47
Hex AE 64 41 0 2B 3F 20 13 2E 2F
Octal 256 144 101 0 53 77 40 23 56 57
Binary 10101110 1100100 1000001 0 101011 111111 100000 10011 101110 101111

Color Harmonies of #AE6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6441

Black with #AE6441

Text Example


Text Example

White with #AE6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6441; }

 p { color: rgb(174,100,65); }

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

background-color css

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

 a { background-color: rgb(174,100,65); }

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

border-color css

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

 span { border-color: rgb(174,100,65); }

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