#AA613E

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

Shades of Tuscany #AA613E

Tints of Tuscany #AA613E

Color information

#AA613E (or 0xAA613E) is unknown color: approx Tuscany. HEX triplet: AA, 61 and 3E. RGB value is (170,97,62). Sum of RGB (Red+Green+Blue) = 170+97+62=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA613E is #559EC1. Grayscale: #737373. Windows color (decimal): -5611202 or 4088234. OLE color: 4088234.

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

Color convert

RGB1709762-
CMYK00.430.640.33
HSL19.44º46.55%45.49%-
HSV(B)19.44º63.53%66.67%-
XYZ21.7217.446.78-
YUV114.8498.18167.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 62 (24.61% from 255) = 18.84%
R=51.67%
G=29.48%
B=18.84%

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
Decimal170976200.430.640.3319.4446.5545.49
HexAA613E02B4021132f2d
Octal2521417605310041235755
Binary1010101011000011111100101011100000010000110011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA613E; }

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

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

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

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

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

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

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

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