Html Css Color HEX #AA6247 Tuscany

📋 copy color: '#AA6247'

red 170 ◦ green 98 ◦ blue 71

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

Shades of Tuscany #AA6247

Tints of Tuscany #AA6247

RGB

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

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

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

R = 50.15%
G = 28.91%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6247 (or 0xAA6247) is known color: Tuscany. HEX triplet: AA, 62 and 47. RGB value is (170,98,71). Sum of RGB (Red+Green+Blue) = 170+98+71=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6247 is #559DB8. Grayscale: #747474. Windows color (decimal): -5610937 or 4678314. OLE color: 4678314.

HSL color Cylindrical-coordinate representation of color #AA6247: hue angle of 16.36º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6247 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 98 71 -
CMYK 0 0.42 0.58 0.33
HSL 16.36º 0.41% 0.47% -
HSV(B) 16.36º 0.58% 0.67% -
XYZ 22.08 17.74 8.22 -
YUV 116.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 170 98 71 0 0.42 0.58 0.33 16.36 0.41 0.47
Hex AA 62 47 0 2A 3A 21 10 29 2F
Octal 252 142 107 0 52 72 41 20 51 57
Binary 10101010 1100010 1000111 0 101010 111010 100001 10000 101001 101111

Color Harmonies of #AA6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6247

Black with #AA6247

Text Example


Text Example

White with #AA6247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6247; }

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

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

background-color css

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

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

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

border-color css

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

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

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