Html Css Color HEX #AA6149 Tuscany

📋 copy color: '#AA6149'

red 170 ◦ green 97 ◦ blue 73

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

Shades of Tuscany #AA6149

Tints of Tuscany #AA6149

RGB

 RED value IS 170 (66.8% from 255) = 50%

 GREEN value IS 97 (38.28% from 255) = 28.53%

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

R = 50%
G = 28.53%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA6149 (or 0xAA6149) is known color: Tuscany. HEX triplet: AA, 61 and 49. RGB value is (170,97,73). Sum of RGB (Red+Green+Blue) = 170+97+73=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6149 is #559EB6. Grayscale: #747474. Windows color (decimal): -5611191 or 4809130. OLE color: 4809130.

HSL color Cylindrical-coordinate representation of color #AA6149: hue angle of 14.85º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6149 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 73 -
CMYK 0 0.43 0.57 0.33
HSL 14.85º 0.4% 0.48% -
HSV(B) 14.85º 0.57% 0.67% -
XYZ 22.05 17.58 8.53 -
YUV 116.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 170 97 73 0 0.43 0.57 0.33 14.85 0.4 0.48
Hex AA 61 49 0 2B 39 21 F 28 30
Octal 252 141 111 0 53 71 41 17 50 60
Binary 10101010 1100001 1001001 0 101011 111001 100001 1111 101000 110000

Color Harmonies of #AA6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6149

Black with #AA6149

Text Example


Text Example

White with #AA6149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6149; }

 p { color: rgb(170,97,73); }

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

background-color css

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

 a { background-color: rgb(170,97,73); }

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

border-color css

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

 span { border-color: rgb(170,97,73); }

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