Html Css Color HEX #AE6547 Tuscany

📋 copy color: '#AE6547'

red 174 ◦ green 101 ◦ blue 71

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

Shades of Tuscany #AE6547

Tints of Tuscany #AE6547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

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

R = 50.29%
G = 29.19%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE6547 (or 0xAE6547) is known color: Tuscany. HEX triplet: AE, 65 and 47. RGB value is (174,101,71). Sum of RGB (Red+Green+Blue) = 174+101+71=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6547 is #519AB8. Grayscale: #777777. Windows color (decimal): -5348025 or 4679086. OLE color: 4679086.

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

Color convert

RGB 174 101 71 -
CMYK 0 0.42 0.59 0.32
HSL 17.48º 0.42% 0.48% -
HSV(B) 17.48º 0.59% 0.68% -
XYZ 23.25 18.76 8.36 -
YUV 119.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 174 101 71 0 0.42 0.59 0.32 17.48 0.42 0.48
Hex AE 65 47 0 2A 3B 20 11 2A 30
Octal 256 145 107 0 52 73 40 21 52 60
Binary 10101110 1100101 1000111 0 101010 111011 100000 10001 101010 110000

Color Harmonies of #AE6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6547

Black with #AE6547

Text Example


Text Example

White with #AE6547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6547; }

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

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

background-color css

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

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

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

border-color css

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

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

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