Html Css Color HEX #AA6249 Tuscany

📋 copy color: '#AA6249'

red 170 ◦ green 98 ◦ blue 73

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

Shades of Tuscany #AA6249

Tints of Tuscany #AA6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

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

R = 49.85%
G = 28.74%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA6249 (or 0xAA6249) is known color: Tuscany. HEX triplet: AA, 62 and 49. RGB value is (170,98,73). Sum of RGB (Red+Green+Blue) = 170+98+73=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6249 is #559DB6. Grayscale: #747474. Windows color (decimal): -5610935 or 4809386. OLE color: 4809386.

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

Color convert

RGB 170 98 73 -
CMYK 0 0.42 0.57 0.33
HSL 15.46º 0.4% 0.48% -
HSV(B) 15.46º 0.57% 0.67% -
XYZ 22.15 17.76 8.56 -
YUV 116.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 170 98 73 0 0.42 0.57 0.33 15.46 0.4 0.48
Hex AA 62 49 0 2A 39 21 F 28 30
Octal 252 142 111 0 52 71 41 17 50 60
Binary 10101010 1100010 1001001 0 101010 111001 100001 1111 101000 110000

Color Harmonies of #AA6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6249

Black with #AA6249

Text Example


Text Example

White with #AA6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6249; }

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

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

background-color css

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

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

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

border-color css

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

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

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