#AC7A60

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

Shades of Medium Wood #AC7A60

Tints of Medium Wood #AC7A60

Color information

#AC7A60 (or 0xAC7A60) is unknown color: approx Medium Wood. HEX triplet: AC, 7A and 60. RGB value is (172,122,96). Sum of RGB (Red+Green+Blue) = 172+122+96=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A60 is #53859F. Grayscale: #868686. Windows color (decimal): -5473696 or 6322860. OLE color: 6322860.

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

Color convert

RGB17212296-
CMYK00.290.440.33
HSL20.53º31.4%52.55%-
HSV(B)20.53º44.19%67.45%-
XYZ26.0823.5314.23-
YUV133.99106.56155.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=44.10%
G=31.28%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721229600.290.440.3320.5331.452.55
HexAC7A6001D2C21151f35
Octal2541721400355441253765
Binary10101100111101011000000111011011001000011010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A60; }

 p { color: rgb(172,122,96); }

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

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

 a { background-color: rgb(172,122,96); }

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

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

 span { border-color: rgb(172,122,96); }

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