#AA604B

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

Shades of Tuscany #AA604B

Tints of Tuscany #AA604B

Color information

#AA604B (or 0xAA604B) is unknown color: approx Tuscany. HEX triplet: AA, 60 and 4B. RGB value is (170,96,75). Sum of RGB (Red+Green+Blue) = 170+96+75=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA604B is #559FB4. Grayscale: #737373. Windows color (decimal): -5611445 or 4939946. OLE color: 4939946.

HSL color Cylindrical-coordinate representation of color #AA604B: hue angle of 13.26º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA604B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1709675-
CMYK00.440.560.33
HSL13.26º38.78%48.04%-
HSV(B)13.26º55.88%66.67%-
XYZ22.0317.428.86-
YUV115.73105.02166.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=49.85%
G=28.15%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170967500.440.560.3313.2638.7848.04
HexAA604B02C3821d2730
Octal2521401130547041154760
Binary101010101100000100101101011001110001000011101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA604B; }

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

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

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

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

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

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

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

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