#AA643D

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

Shades of Tuscany #AA643D

Tints of Tuscany #AA643D

Color information

#AA643D (or 0xAA643D) is unknown color: approx Tuscany. HEX triplet: AA, 64 and 3D. RGB value is (170,100,61). Sum of RGB (Red+Green+Blue) = 170+100+61=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA643D is #559BC2. Grayscale: #747474. Windows color (decimal): -5610435 or 4023466. OLE color: 4023466.

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

Color convert

RGB17010061-
CMYK00.410.640.33
HSL21.47º47.19%45.29%-
HSV(B)21.47º64.12%66.67%-
XYZ21.98186.73-
YUV116.4896.69166.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=51.36%
G=30.21%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701006100.410.640.3321.4747.1945.29
HexAA643D0294021152f2d
Octal2521447505110041255755
Binary1010101011001001111010101001100000010000110101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA643D; }

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

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

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

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

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

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

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

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