#AA603E

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

Shades of Tuscany #AA603E

Tints of Tuscany #AA603E

Color information

#AA603E (or 0xAA603E) is unknown color: approx Tuscany. HEX triplet: AA, 60 and 3E. RGB value is (170,96,62). Sum of RGB (Red+Green+Blue) = 170+96+62=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA603E is #559FC1. Grayscale: #727272. Windows color (decimal): -5611458 or 4087978. OLE color: 4087978.

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

Color convert

RGB1709662-
CMYK00.440.640.33
HSL18.89º46.55%45.49%-
HSV(B)18.89º63.53%66.67%-
XYZ21.6317.266.75-
YUV114.2598.52167.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=51.83%
G=29.27%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170966200.440.640.3318.8946.5545.49
HexAA603E02C4021132f2d
Octal2521407605410041235755
Binary1010101011000001111100101100100000010000110011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA603E; }

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

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

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

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

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

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

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

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