Html Css Color HEX #AE6749 Tuscany

📋 copy color: '#AE6749'

red 174 ◦ green 103 ◦ blue 73

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

Shades of Tuscany #AE6749

Tints of Tuscany #AE6749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 49.71%
G = 29.43%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE6749 (or 0xAE6749) is known color: Tuscany. HEX triplet: AE, 67 and 49. RGB value is (174,103,73). Sum of RGB (Red+Green+Blue) = 174+103+73=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6749 is #5198B6. Grayscale: #797979. Windows color (decimal): -5347511 or 4810670. OLE color: 4810670.

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

Color convert

RGB 174 103 73 -
CMYK 0 0.41 0.58 0.32
HSL 17.82º 0.41% 0.48% -
HSV(B) 17.82º 0.58% 0.68% -
XYZ 23.51 19.18 8.77 -
YUV 120.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 174 103 73 0 0.41 0.58 0.32 17.82 0.41 0.48
Hex AE 67 49 0 29 3A 20 12 29 30
Octal 256 147 111 0 51 72 40 22 51 60
Binary 10101110 1100111 1001001 0 101001 111010 100000 10010 101001 110000

Color Harmonies of #AE6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6749

Black with #AE6749

Text Example


Text Example

White with #AE6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6749; }

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

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

background-color css

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

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

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

border-color css

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

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

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