#A88563

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

Shades of Medium Wood #A88563

Tints of Medium Wood #A88563

Color information

#A88563 (or 0xA88563) is unknown color: approx Medium Wood. HEX triplet: A8, 85 and 63. RGB value is (168,133,99). Sum of RGB (Red+Green+Blue) = 168+133+99=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A88563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88563 is #577A9C. Grayscale: #8B8B8B. Windows color (decimal): -5733021 or 6522280. OLE color: 6522280.

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

Color convert

RGB16813399-
CMYK00.210.410.34
HSL29.57º28.4%52.35%-
HSV(B)29.57º41.07%65.88%-
XYZ26.792615.41-
YUV139.59105.1148.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 99 (39.06% from 255) = 24.75%
R=42%
G=33.25%
B=24.75%

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
Decimal1681339900.210.410.3429.5728.452.35
HexA8856301529221e1c34
Octal2502051430255142363464
Binary101010001000010111000110101011010011000101111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88563; }

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

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

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

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

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

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

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

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