#A88472

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

Shades of Medium Wood #A88472

Tints of Medium Wood #A88472

Color information

#A88472 (or 0xA88472) is unknown color: approx Medium Wood. HEX triplet: A8, 84 and 72. RGB value is (168,132,114). Sum of RGB (Red+Green+Blue) = 168+132+114=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A88472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88472 is #577B8D. Grayscale: #8C8C8C. Windows color (decimal): -5733262 or 7505064. OLE color: 7505064.

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

Color convert

RGB168132114-
CMYK00.210.320.34
HSL20º23.68%55.29%-
HSV(B)20º32.14%65.88%-
XYZ27.4426.0419.5-
YUV140.71112.93147.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=40.58%
G=31.88%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813211400.210.320.342023.6855.29
HexA884720152022141837
Octal2502041620254042243067
Binary101010001000010011100100101011000001000101010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88472; }

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

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

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

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

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

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

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

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