#AA6548

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

Shades of Tuscany #AA6548

Tints of Tuscany #AA6548

Color information

#AA6548 (or 0xAA6548) is unknown color: approx Tuscany. HEX triplet: AA, 65 and 48. RGB value is (170,101,72). Sum of RGB (Red+Green+Blue) = 170+101+72=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6548 is #559AB7. Grayscale: #767676. Windows color (decimal): -5610168 or 4744618. OLE color: 4744618.

HSL color Cylindrical-coordinate representation of color #AA6548: hue angle of 17.76º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6548 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17010172-
CMYK00.410.580.33
HSL17.76º40.5%47.45%-
HSV(B)17.76º57.65%66.67%-
XYZ22.418.328.49-
YUV118.32101.86164.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=49.56%
G=29.45%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701017200.410.580.3317.7640.547.45
HexAA65480293A2112282f
Octal2521451100517241225057
Binary1010101011001011001000010100111101010000110010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6548; }

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

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

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

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

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

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

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

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