#AA653D

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

Shades of Tuscany #AA653D

Tints of Tuscany #AA653D

Color information

#AA653D (or 0xAA653D) is unknown color: approx Tuscany. HEX triplet: AA, 65 and 3D. RGB value is (170,101,61). Sum of RGB (Red+Green+Blue) = 170+101+61=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA653D is #559AC2. Grayscale: #757575. Windows color (decimal): -5610179 or 4023722. OLE color: 4023722.

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

Color convert

RGB17010161-
CMYK00.410.640.33
HSL22.02º47.19%45.29%-
HSV(B)22.02º64.12%66.67%-
XYZ22.0718.196.76-
YUV117.0796.36165.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=51.20%
G=30.42%
B=18.37%

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
Decimal1701016100.410.640.3322.0247.1945.29
HexAA653D0294021162f2d
Octal2521457505110041265755
Binary1010101011001011111010101001100000010000110110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA653D; }

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

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

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

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

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

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

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

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