Html Css Color HEX #AE6746 Tuscany

📋 copy color: '#AE6746'

red 174 ◦ green 103 ◦ blue 70

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

Shades of Tuscany #AE6746

Tints of Tuscany #AE6746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 50.14%
G = 29.68%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE6746 (or 0xAE6746) is known color: Tuscany. HEX triplet: AE, 67 and 46. RGB value is (174,103,70). Sum of RGB (Red+Green+Blue) = 174+103+70=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6746 is #5198B9. Grayscale: #787878. Windows color (decimal): -5347514 or 4614062. OLE color: 4614062.

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

Color convert

RGB 174 103 70 -
CMYK 0 0.41 0.60 0.32
HSL 19.04º 0.43% 0.48% -
HSV(B) 19.04º 0.6% 0.68% -
XYZ 23.41 19.14 8.26 -
YUV 120.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 174 103 70 0 0.41 0.60 0.32 19.04 0.43 0.48
Hex AE 67 46 0 29 3C 20 13 2B 30
Octal 256 147 106 0 51 74 40 23 53 60
Binary 10101110 1100111 1000110 0 101001 111100 100000 10011 101011 110000

Color Harmonies of #AE6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6746

Black with #AE6746

Text Example


Text Example

White with #AE6746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6746; }

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

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

background-color css

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

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

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

border-color css

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

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

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