Html Css Color HEX #AA6147 Tuscany

📋 copy color: '#AA6147'

red 170 ◦ green 97 ◦ blue 71

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

Shades of Tuscany #AA6147

Tints of Tuscany #AA6147

RGB

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

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

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

R = 50.3%
G = 28.7%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6147 (or 0xAA6147) is known color: Tuscany. HEX triplet: AA, 61 and 47. RGB value is (170,97,71). Sum of RGB (Red+Green+Blue) = 170+97+71=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6147 is #559EB8. Grayscale: #747474. Windows color (decimal): -5611193 or 4678058. OLE color: 4678058.

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

Color convert

RGB 170 97 71 -
CMYK 0 0.43 0.58 0.33
HSL 15.76º 0.41% 0.47% -
HSV(B) 15.76º 0.58% 0.67% -
XYZ 21.99 17.55 8.19 -
YUV 115.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 170 97 71 0 0.43 0.58 0.33 15.76 0.41 0.47
Hex AA 61 47 0 2B 3A 21 10 29 2F
Octal 252 141 107 0 53 72 41 20 51 57
Binary 10101010 1100001 1000111 0 101011 111010 100001 10000 101001 101111

Color Harmonies of #AA6147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6147

Black with #AA6147

Text Example


Text Example

White with #AA6147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6147; }

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

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

background-color css

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

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

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

border-color css

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

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

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