Html Css Color HEX #AA6442 Tuscany

📋 copy color: '#AA6442'

red 170 ◦ green 100 ◦ blue 66

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

Shades of Tuscany #AA6442

Tints of Tuscany #AA6442

RGB

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

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

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

R = 50.6%
G = 29.76%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6442 (or 0xAA6442) is known color: Tuscany. HEX triplet: AA, 64 and 42. RGB value is (170,100,66). Sum of RGB (Red+Green+Blue) = 170+100+66=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6442 is #559BBD. Grayscale: #757575. Windows color (decimal): -5610430 or 4351146. OLE color: 4351146.

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

Color convert

RGB 170 100 66 -
CMYK 0 0.41 0.61 0.33
HSL 19.62º 0.44% 0.46% -
HSV(B) 19.62º 0.61% 0.67% -
XYZ 22.12 18.05 7.47 -
YUV 117.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 170 100 66 0 0.41 0.61 0.33 19.62 0.44 0.46
Hex AA 64 42 0 29 3D 21 14 2C 2E
Octal 252 144 102 0 51 75 41 24 54 56
Binary 10101010 1100100 1000010 0 101001 111101 100001 10100 101100 101110

Color Harmonies of #AA6442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6442

Black with #AA6442

Text Example


Text Example

White with #AA6442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6442; }

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

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

background-color css

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

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

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

border-color css

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

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

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