Html Css Color HEX #AA6744 Tuscany

📋 copy color: '#AA6744'

red 170 ◦ green 103 ◦ blue 68

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

Shades of Tuscany #AA6744

Tints of Tuscany #AA6744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 49.85%
G = 30.21%
B = 19.94%

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

#AA6744 (or 0xAA6744) is known color: Tuscany. HEX triplet: AA, 67 and 44. RGB value is (170,103,68). Sum of RGB (Red+Green+Blue) = 170+103+68=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6744 is #5598BB. Grayscale: #777777. Windows color (decimal): -5609660 or 4482986. OLE color: 4482986.

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

Color convert

RGB 170 103 68 -
CMYK 0 0.39 0.6 0.33
HSL 20.59º 0.43% 0.47% -
HSV(B) 20.59º 0.6% 0.67% -
XYZ 22.47 18.66 7.89 -
YUV 119.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 170 103 68 0 0.39 0.6 0.33 20.59 0.43 0.47
Hex AA 67 44 0 27 3C 21 15 2B 2F
Octal 252 147 104 0 47 74 41 25 53 57
Binary 10101010 1100111 1000100 0 100111 111100 100001 10101 101011 101111

Color Harmonies of #AA6744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6744

Black with #AA6744

Text Example


Text Example

White with #AA6744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6744; }

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

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

background-color css

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

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

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

border-color css

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

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

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