#AA6748

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

Shades of Tuscany #AA6748

Tints of Tuscany #AA6748

Color information

#AA6748 (or 0xAA6748) is unknown color: approx Tuscany. HEX triplet: AA, 67 and 48. RGB value is (170,103,72). Sum of RGB (Red+Green+Blue) = 170+103+72=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6748 is #5598B7. Grayscale: #777777. Windows color (decimal): -5609656 or 4745130. OLE color: 4745130.

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

Color convert

RGB17010372-
CMYK00.390.580.33
HSL18.98º40.5%47.45%-
HSV(B)18.98º57.65%66.67%-
XYZ22.618.718.55-
YUV119.5101.2164.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=49.28%
G=29.86%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701037200.390.580.3318.9840.547.45
HexAA67480273A2113282f
Octal2521471100477241235057
Binary1010101011001111001000010011111101010000110011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6748; }

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

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

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

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

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

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

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

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