Html Css Color HEX #AE6647 Tuscany

📋 copy color: '#AE6647'

red 174 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #AE6647

Tints of Tuscany #AE6647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

 BLUE value IS 71 (28.13% from 255) = 20.46%

R = 50.14%
G = 29.39%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE6647 (or 0xAE6647) is known color: Tuscany. HEX triplet: AE, 66 and 47. RGB value is (174,102,71). Sum of RGB (Red+Green+Blue) = 174+102+71=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6647 is #5199B8. Grayscale: #787878. Windows color (decimal): -5347769 or 4679342. OLE color: 4679342.

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

Color convert

RGB 174 102 71 -
CMYK 0 0.41 0.59 0.32
HSL 18.06º 0.42% 0.48% -
HSV(B) 18.06º 0.59% 0.68% -
XYZ 23.34 18.96 8.39 -
YUV 119.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 174 102 71 0 0.41 0.59 0.32 18.06 0.42 0.48
Hex AE 66 47 0 29 3B 20 12 2A 30
Octal 256 146 107 0 51 73 40 22 52 60
Binary 10101110 1100110 1000111 0 101001 111011 100000 10010 101010 110000

Color Harmonies of #AE6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6647

Black with #AE6647

Text Example


Text Example

White with #AE6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6647; }

 p { color: rgb(174,102,71); }

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

background-color css

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

 a { background-color: rgb(174,102,71); }

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

border-color css

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

 span { border-color: rgb(174,102,71); }

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