#A8785C

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

Shades of Medium Wood #A8785C

Tints of Medium Wood #A8785C

Color information

#A8785C (or 0xA8785C) is unknown color: approx Medium Wood. HEX triplet: A8, 78 and 5C. RGB value is (168,120,92). Sum of RGB (Red+Green+Blue) = 168+120+92=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8785C is #5787A3. Grayscale: #838383. Windows color (decimal): -5736356 or 6060200. OLE color: 6060200.

HSL color Cylindrical-coordinate representation of color #A8785C: hue angle of 22.11º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8785C is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16812092-
CMYK00.290.450.34
HSL22.11º30.4%50.98%-
HSV(B)22.11º45.24%65.88%-
XYZ24.822.5313.17-
YUV131.16105.9154.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=44.21%
G=31.58%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681209200.290.450.3422.1130.450.98
HexA8785C01D2D22161e33
Octal2501701340355542263663
Binary10101000111100010111000111011011011000101011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8785C; }

 p { color: rgb(168,120,92); }

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

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

 a { background-color: rgb(168,120,92); }

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

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

 span { border-color: rgb(168,120,92); }

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