Html Css Color HEX #AA6642 Tuscany

📋 copy color: '#AA6642'

red 170 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #AA6642

Tints of Tuscany #AA6642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 50.3%
G = 30.18%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6642 (or 0xAA6642) is known color: Tuscany. HEX triplet: AA, 66 and 42. RGB value is (170,102,66). Sum of RGB (Red+Green+Blue) = 170+102+66=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6642 is #5599BD. Grayscale: #767676. Windows color (decimal): -5609918 or 4351658. OLE color: 4351658.

HSL color Cylindrical-coordinate representation of color #AA6642: hue angle of 20.77º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA6642 is Cyan = 0, Magento = 0.4, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 66 -
CMYK 0 0.4 0.61 0.33
HSL 20.77º 0.44% 0.46% -
HSV(B) 20.77º 0.61% 0.67% -
XYZ 22.31 18.44 7.54 -
YUV 118.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 170 102 66 0 0.4 0.61 0.33 20.77 0.44 0.46
Hex AA 66 42 0 28 3D 21 15 2C 2E
Octal 252 146 102 0 50 75 41 25 54 56
Binary 10101010 1100110 1000010 0 101000 111101 100001 10101 101100 101110

Color Harmonies of #AA6642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6642

Black with #AA6642

Text Example


Text Example

White with #AA6642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6642; }

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

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

background-color css

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

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

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

border-color css

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

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

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