#A28266

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

Shades of Medium Wood #A28266

Tints of Medium Wood #A28266

Color information

#A28266 (or 0xA28266) is unknown color: approx Medium Wood. HEX triplet: A2, 82 and 66. RGB value is (162,130,102). Sum of RGB (Red+Green+Blue) = 162+130+102=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A28266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28266 is #5D7D99. Grayscale: #888888. Windows color (decimal): -6127002 or 6718114. OLE color: 6718114.

HSL color Cylindrical-coordinate representation of color #A28266: hue angle of 28º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A28266 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB162130102-
CMYK00.200.370.36
HSL28º24.39%51.76%-
HSV(B)28º37.04%63.53%-
XYZ25.2824.6115.99-
YUV136.38108.6146.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=41.12%
G=32.99%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213010200.200.370.362824.3951.76
HexA2826601425241c1834
Octal2422021460244544343064
Binary101000101000001011001100101001001011001001110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28266; }

 p { color: rgb(162,130,102); }

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

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

 a { background-color: rgb(162,130,102); }

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

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

 span { border-color: rgb(162,130,102); }

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