Html Css Color HEX #AE6549 Tuscany

📋 copy color: '#AE6549'

red 174 ◦ green 101 ◦ blue 73

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

Shades of Tuscany #AE6549

Tints of Tuscany #AE6549

RGB

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

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

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

R = 50%
G = 29.02%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE6549 (or 0xAE6549) is known color: Tuscany. HEX triplet: AE, 65 and 49. RGB value is (174,101,73). Sum of RGB (Red+Green+Blue) = 174+101+73=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6549 is #519AB6. Grayscale: #777777. Windows color (decimal): -5348023 or 4810158. OLE color: 4810158.

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

Color convert

RGB 174 101 73 -
CMYK 0 0.42 0.58 0.32
HSL 16.63º 0.41% 0.48% -
HSV(B) 16.63º 0.58% 0.68% -
XYZ 23.31 18.79 8.7 -
YUV 119.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 174 101 73 0 0.42 0.58 0.32 16.63 0.41 0.48
Hex AE 65 49 0 2A 3A 20 11 29 30
Octal 256 145 111 0 52 72 40 21 51 60
Binary 10101110 1100101 1001001 0 101010 111010 100000 10001 101001 110000

Color Harmonies of #AE6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6549

Black with #AE6549

Text Example


Text Example

White with #AE6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6549; }

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

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

background-color css

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

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

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

border-color css

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

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

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