#AC7758

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

Shades of Medium Wood #AC7758

Tints of Medium Wood #AC7758

Color information

#AC7758 (or 0xAC7758) is unknown color: approx Medium Wood. HEX triplet: AC, 77 and 58. RGB value is (172,119,88). Sum of RGB (Red+Green+Blue) = 172+119+88=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7758 is #5388A7. Grayscale: #838383. Windows color (decimal): -5474472 or 5797804. OLE color: 5797804.

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

Color convert

RGB17211988-
CMYK00.310.490.33
HSL22.14º33.6%50.98%-
HSV(B)22.14º48.84%67.45%-
XYZ25.3722.6712.27-
YUV131.31103.56157.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=45.38%
G=31.40%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721198800.310.490.3322.1433.650.98
HexAC775801F3121162233
Octal2541671300376141264263
Binary101011001110111101100001111111000110000110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7758; }

 p { color: rgb(172,119,88); }

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

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

 a { background-color: rgb(172,119,88); }

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

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

 span { border-color: rgb(172,119,88); }

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