#AA6643

Color #AA6643 Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #AA6643

Tints of Tuscany #AA6643

Color information

#AA6643 (or 0xAA6643) is unknown color: approx Tuscany. HEX triplet: AA, 66 and 43. RGB value is (170,102,67). Sum of RGB (Red+Green+Blue) = 170+102+67=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6643 is #5599BC. Grayscale: #767676. Windows color (decimal): -5609917 or 4417194. OLE color: 4417194.

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

Color convert

RGB17010267-
CMYK00.40.610.33
HSL20.39º43.46%46.47%-
HSV(B)20.39º60.59%66.67%-
XYZ22.3418.457.69-
YUV118.3499.03164.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=50.15%
G=30.09%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701026700.40.610.3320.3943.4646.47
HexAA66430283D21142b2e
Octal2521461030507541245356
Binary1010101011001101000011010100011110110000110100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6643; }

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

 H1.HeaderClassName
 {
   color: #AA6643;
 }
 .AnyTagClassName
 {
   color: #AA6643;
 }
</style>
background-color css

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

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

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

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

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

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