Html Css Color HEX #AA6641 Tuscany

📋 copy color: '#AA6641'

red 170 ◦ green 102 ◦ blue 65

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

Shades of Tuscany #AA6641

Tints of Tuscany #AA6641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 50.45%
G = 30.27%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA6641 (or 0xAA6641) is known color: Tuscany. HEX triplet: AA, 66 and 41. RGB value is (170,102,65). Sum of RGB (Red+Green+Blue) = 170+102+65=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6641 is #5599BE. Grayscale: #767676. Windows color (decimal): -5609919 or 4286122. OLE color: 4286122.

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

Color convert

RGB 170 102 65 -
CMYK 0 0.4 0.62 0.33
HSL 21.14º 0.45% 0.46% -
HSV(B) 21.14º 0.62% 0.67% -
XYZ 22.28 18.43 7.38 -
YUV 118.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 170 102 65 0 0.4 0.62 0.33 21.14 0.45 0.46
Hex AA 66 41 0 28 3E 21 15 2D 2E
Octal 252 146 101 0 50 76 41 25 55 56
Binary 10101010 1100110 1000001 0 101000 111110 100001 10101 101101 101110

Color Harmonies of #AA6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6641

Black with #AA6641

Text Example


Text Example

White with #AA6641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6641; }

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

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

background-color css

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

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

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

border-color css

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

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

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