#AC6548

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

Shades of Tuscany #AC6548

Tints of Tuscany #AC6548

Color information

#AC6548 (or 0xAC6548) is unknown color: approx Tuscany. HEX triplet: AC, 65 and 48. RGB value is (172,101,72). Sum of RGB (Red+Green+Blue) = 172+101+72=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6548 is #539AB7. Grayscale: #777777. Windows color (decimal): -5479096 or 4744620. OLE color: 4744620.

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

Color convert

RGB17210172-
CMYK00.410.580.33
HSL17.4º40.98%47.84%-
HSV(B)17.4º58.14%67.45%-
XYZ22.8418.558.51-
YUV118.92101.52165.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=49.86%
G=29.28%
B=20.87%

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
Decimal1721017200.410.580.3317.440.9847.84
HexAC65480293A21112930
Octal2541451100517241215160
Binary1010110011001011001000010100111101010000110001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6548; }

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

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

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

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

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

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

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

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