#A88463

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

Shades of Medium Wood #A88463

Tints of Medium Wood #A88463

Color information

#A88463 (or 0xA88463) is unknown color: approx Medium Wood. HEX triplet: A8, 84 and 63. RGB value is (168,132,99). Sum of RGB (Red+Green+Blue) = 168+132+99=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A88463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88463 is #577B9C. Grayscale: #8B8B8B. Windows color (decimal): -5733277 or 6522024. OLE color: 6522024.

HSL color Cylindrical-coordinate representation of color #A88463: hue angle of 28.7º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A88463 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB16813299-
CMYK00.210.410.34
HSL28.7º28.4%52.35%-
HSV(B)28.7º41.07%65.88%-
XYZ26.6525.7315.37-
YUV139105.43148.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 99 (39.06% from 255) = 24.81%
R=42.11%
G=33.08%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681329900.210.410.3428.728.452.35
HexA8846301529221d1c34
Octal2502041430255142353464
Binary101010001000010011000110101011010011000101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88463; }

 p { color: rgb(168,132,99); }

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

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

 a { background-color: rgb(168,132,99); }

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

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

 span { border-color: rgb(168,132,99); }

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