#AC5B3B

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

Shades of Tuscany #AC5B3B

Tints of Tuscany #AC5B3B

Color information

#AC5B3B (or 0xAC5B3B) is unknown color: approx Tuscany. HEX triplet: AC, 5B and 3B. RGB value is (172,91,59). Sum of RGB (Red+Green+Blue) = 172+91+59=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B3B is #53A4C4. Grayscale: #6F6F6F. Windows color (decimal): -5481669 or 3890092. OLE color: 3890092.

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

Color convert

RGB1729159-
CMYK00.470.660.33
HSL16.99º48.92%45.29%-
HSV(B)16.99º65.7%67.45%-
XYZ21.5416.576.2-
YUV111.5798.34171.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=53.42%
G=28.26%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172915900.470.660.3316.9948.9245.29
HexAC5B3B02F422111312d
Octal2541337305710241216155
Binary1010110010110111110110101111100001010000110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B3B; }

 p { color: rgb(172,91,59); }

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

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

 a { background-color: rgb(172,91,59); }

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

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

 span { border-color: rgb(172,91,59); }

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