Html Css Color HEX #AA6844 Tuscany

📋 copy color: '#AA6844'

red 170 ◦ green 104 ◦ blue 68

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

Shades of Tuscany #AA6844

Tints of Tuscany #AA6844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

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

R = 49.71%
G = 30.41%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA6844 (or 0xAA6844) is known color: Tuscany. HEX triplet: AA, 68 and 44. RGB value is (170,104,68). Sum of RGB (Red+Green+Blue) = 170+104+68=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6844 is #5597BB. Grayscale: #777777. Windows color (decimal): -5609404 or 4483242. OLE color: 4483242.

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

Color convert

RGB 170 104 68 -
CMYK 0 0.39 0.6 0.33
HSL 21.18º 0.43% 0.47% -
HSV(B) 21.18º 0.6% 0.67% -
XYZ 22.57 18.86 7.92 -
YUV 119.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 170 104 68 0 0.39 0.6 0.33 21.18 0.43 0.47
Hex AA 68 44 0 27 3C 21 15 2B 2F
Octal 252 150 104 0 47 74 41 25 53 57
Binary 10101010 1101000 1000100 0 100111 111100 100001 10101 101011 101111

Color Harmonies of #AA6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6844

Black with #AA6844

Text Example


Text Example

White with #AA6844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6844; }

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

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

background-color css

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

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

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

border-color css

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

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

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