Html Css Color HEX #AA6446 Tuscany

📋 copy color: '#AA6446'

red 170 ◦ green 100 ◦ blue 70

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

Shades of Tuscany #AA6446

Tints of Tuscany #AA6446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 50%
G = 29.41%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA6446 (or 0xAA6446) is known color: Tuscany. HEX triplet: AA, 64 and 46. RGB value is (170,100,70). Sum of RGB (Red+Green+Blue) = 170+100+70=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6446 is #559BB9. Grayscale: #757575. Windows color (decimal): -5610426 or 4613290. OLE color: 4613290.

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

Color convert

RGB 170 100 70 -
CMYK 0 0.41 0.59 0.33
HSL 18º 0.42% 0.47% -
HSV(B) 18º 0.59% 0.67% -
XYZ 22.24 18.1 8.12 -
YUV 117.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 170 100 70 0 0.41 0.59 0.33 18 0.42 0.47
Hex AA 64 46 0 29 3B 21 12 2A 2F
Octal 252 144 106 0 51 73 41 22 52 57
Binary 10101010 1100100 1000110 0 101001 111011 100001 10010 101010 101111

Color Harmonies of #AA6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6446

Black with #AA6446

Text Example


Text Example

White with #AA6446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6446; }

 p { color: rgb(170,100,70); }

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

background-color css

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

 a { background-color: rgb(170,100,70); }

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

border-color css

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

 span { border-color: rgb(170,100,70); }

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