Html Css Color HEX #AA6647 Tuscany

📋 copy color: '#AA6647'

red 170 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #AA6647

Tints of Tuscany #AA6647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.74%

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

R = 49.56%
G = 29.74%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6647 (or 0xAA6647) is known color: Tuscany. HEX triplet: AA, 66 and 47. RGB value is (170,102,71). Sum of RGB (Red+Green+Blue) = 170+102+71=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6647 is #5599B8. Grayscale: #767676. Windows color (decimal): -5609913 or 4679338. OLE color: 4679338.

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

Color convert

RGB 170 102 71 -
CMYK 0 0.4 0.58 0.33
HSL 18.79º 0.41% 0.47% -
HSV(B) 18.79º 0.58% 0.67% -
XYZ 22.47 18.5 8.35 -
YUV 118.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 170 102 71 0 0.4 0.58 0.33 18.79 0.41 0.47
Hex AA 66 47 0 28 3A 21 13 29 2F
Octal 252 146 107 0 50 72 41 23 51 57
Binary 10101010 1100110 1000111 0 101000 111010 100001 10011 101001 101111

Color Harmonies of #AA6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6647

Black with #AA6647

Text Example


Text Example

White with #AA6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6647; }

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

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

background-color css

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

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

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

border-color css

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

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

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