#AA613D

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

Shades of Tuscany #AA613D

Tints of Tuscany #AA613D

Color information

#AA613D (or 0xAA613D) is unknown color: approx Tuscany. HEX triplet: AA, 61 and 3D. RGB value is (170,97,61). Sum of RGB (Red+Green+Blue) = 170+97+61=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA613D is #559EC2. Grayscale: #727272. Windows color (decimal): -5611203 or 4022698. OLE color: 4022698.

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

Color convert

RGB1709761-
CMYK00.430.640.33
HSL19.82º47.19%45.29%-
HSV(B)19.82º64.12%66.67%-
XYZ21.6917.436.64-
YUV114.7297.68167.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=51.83%
G=29.57%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170976100.430.640.3319.8247.1945.29
HexAA613D02B4021142f2d
Octal2521417505310041245755
Binary1010101011000011111010101011100000010000110100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA613D; }

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

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

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

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

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

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

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

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