#A8835C

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

Shades of Medium Wood #A8835C

Tints of Medium Wood #A8835C

Color information

#A8835C (or 0xA8835C) is unknown color: approx Medium Wood. HEX triplet: A8, 83 and 5C. RGB value is (168,131,92). Sum of RGB (Red+Green+Blue) = 168+131+92=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8835C is #577CA3. Grayscale: #898989. Windows color (decimal): -5733540 or 6063016. OLE color: 6063016.

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

Color convert

RGB16813192-
CMYK00.220.450.34
HSL30.79º30.4%50.98%-
HSV(B)30.79º45.24%65.88%-
XYZ26.225.3313.63-
YUV137.62102.26149.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=42.97%
G=33.50%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681319200.220.450.3430.7930.450.98
HexA8835C0162D221f1e33
Octal2502031340265542373663
Binary101010001000001110111000101101011011000101111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8835C; }

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

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

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

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

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

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

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

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