#A8855D

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

Shades of Medium Wood #A8855D

Tints of Medium Wood #A8855D

Color information

#A8855D (or 0xA8855D) is unknown color: approx Medium Wood. HEX triplet: A8, 85 and 5D. RGB value is (168,133,93). Sum of RGB (Red+Green+Blue) = 168+133+93=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8855D is #577AA2. Grayscale: #8B8B8B. Windows color (decimal): -5733027 or 6129064. OLE color: 6129064.

HSL color Cylindrical-coordinate representation of color #A8855D: hue angle of 32º 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 #A8855D is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16813393-
CMYK00.210.450.34
HSL32º30.12%51.18%-
HSV(B)32º44.64%65.88%-
XYZ26.5125.8913.96-
YUV138.9102.1148.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=42.64%
G=33.76%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681339300.210.450.343230.1251.18
HexA8855D0152D22201e33
Octal2502051350255542403663
Binary1010100010000101101110101010110110110001010000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8855D; }

 p { color: rgb(168,133,93); }

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

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

 a { background-color: rgb(168,133,93); }

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

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

 span { border-color: rgb(168,133,93); }

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