Html Css Color HEX #AA6444 Tuscany

📋 copy color: '#AA6444'

red 170 ◦ green 100 ◦ blue 68

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

Shades of Tuscany #AA6444

Tints of Tuscany #AA6444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 50.3%
G = 29.59%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA6444 (or 0xAA6444) is known color: Tuscany. HEX triplet: AA, 64 and 44. RGB value is (170,100,68). Sum of RGB (Red+Green+Blue) = 170+100+68=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6444 is #559BBB. Grayscale: #757575. Windows color (decimal): -5610428 or 4482218. OLE color: 4482218.

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

Color convert

RGB 170 100 68 -
CMYK 0 0.41 0.6 0.33
HSL 18.82º 0.43% 0.47% -
HSV(B) 18.82º 0.6% 0.67% -
XYZ 22.18 18.08 7.79 -
YUV 117.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 170 100 68 0 0.41 0.6 0.33 18.82 0.43 0.47
Hex AA 64 44 0 29 3C 21 13 2B 2F
Octal 252 144 104 0 51 74 41 23 53 57
Binary 10101010 1100100 1000100 0 101001 111100 100001 10011 101011 101111

Color Harmonies of #AA6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6444

Black with #AA6444

Text Example


Text Example

White with #AA6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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