Html Css Color HEX #AE6744 Tuscany

📋 copy color: '#AE6744'

red 174 ◦ green 103 ◦ blue 68

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

Shades of Tuscany #AE6744

Tints of Tuscany #AE6744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 50.43%
G = 29.86%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE6744 (or 0xAE6744) is known color: Tuscany. HEX triplet: AE, 67 and 44. RGB value is (174,103,68). Sum of RGB (Red+Green+Blue) = 174+103+68=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6744 is #5198BB. Grayscale: #787878. Windows color (decimal): -5347516 or 4482990. OLE color: 4482990.

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

Color convert

RGB 174 103 68 -
CMYK 0 0.41 0.61 0.32
HSL 19.81º 0.44% 0.47% -
HSV(B) 19.81º 0.61% 0.68% -
XYZ 23.35 19.12 7.93 -
YUV 120.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 174 103 68 0 0.41 0.61 0.32 19.81 0.44 0.47
Hex AE 67 44 0 29 3D 20 14 2C 2F
Octal 256 147 104 0 51 75 40 24 54 57
Binary 10101110 1100111 1000100 0 101001 111101 100000 10100 101100 101111

Color Harmonies of #AE6744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6744

Black with #AE6744

Text Example


Text Example

White with #AE6744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6744; }

 p { color: rgb(174,103,68); }

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

background-color css

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

 a { background-color: rgb(174,103,68); }

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

border-color css

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

 span { border-color: rgb(174,103,68); }

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