Html Css Color HEX #AA6242 Tuscany

📋 copy color: '#AA6242'

red 170 ◦ green 98 ◦ blue 66

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

Shades of Tuscany #AA6242

Tints of Tuscany #AA6242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.34%

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

R = 50.9%
G = 29.34%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6242 (or 0xAA6242) is known color: Tuscany. HEX triplet: AA, 62 and 42. RGB value is (170,98,66). Sum of RGB (Red+Green+Blue) = 170+98+66=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6242 is #559DBD. Grayscale: #747474. Windows color (decimal): -5610942 or 4350634. OLE color: 4350634.

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

Color convert

RGB 170 98 66 -
CMYK 0 0.42 0.61 0.33
HSL 18.46º 0.44% 0.46% -
HSV(B) 18.46º 0.61% 0.67% -
XYZ 21.93 17.67 7.41 -
YUV 115.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 170 98 66 0 0.42 0.61 0.33 18.46 0.44 0.46
Hex AA 62 42 0 2A 3D 21 12 2C 2E
Octal 252 142 102 0 52 75 41 22 54 56
Binary 10101010 1100010 1000010 0 101010 111101 100001 10010 101100 101110

Color Harmonies of #AA6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6242

Black with #AA6242

Text Example


Text Example

White with #AA6242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6242; }

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

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

background-color css

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

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

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

border-color css

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

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

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