#A88270

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

Shades of Medium Wood #A88270

Tints of Medium Wood #A88270

Color information

#A88270 (or 0xA88270) is unknown color: approx Medium Wood. HEX triplet: A8, 82 and 70. RGB value is (168,130,112). Sum of RGB (Red+Green+Blue) = 168+130+112=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A88270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88270 is #577D8F. Grayscale: #8B8B8B. Windows color (decimal): -5733776 or 7373480. OLE color: 7373480.

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

Color convert

RGB168130112-
CMYK00.230.330.34
HSL19.29º24.35%54.9%-
HSV(B)19.29º33.33%65.88%-
XYZ27.0625.4618.82-
YUV139.31112.59148.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=40.98%
G=31.71%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813011200.230.330.3419.2924.3554.9
HexA882700172122131837
Octal2502021600274142233067
Binary101010001000001011100000101111000011000101001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88270; }

 p { color: rgb(168,130,112); }

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

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

 a { background-color: rgb(168,130,112); }

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

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

 span { border-color: rgb(168,130,112); }

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