#A2806C

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

Shades of Medium Wood #A2806C

Tints of Medium Wood #A2806C

Color information

#A2806C (or 0xA2806C) is unknown color: approx Medium Wood. HEX triplet: A2, 80 and 6C. RGB value is (162,128,108). Sum of RGB (Red+Green+Blue) = 162+128+108=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A2806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2806C is #5D7F93. Grayscale: #888888. Windows color (decimal): -6127508 or 7110818. OLE color: 7110818.

HSL color Cylindrical-coordinate representation of color #A2806C: hue angle of 22.22º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2806C is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162128108-
CMYK00.210.330.36
HSL22.22º22.5%52.94%-
HSV(B)22.22º33.33%63.53%-
XYZ25.3324.217.52-
YUV135.89112.26146.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=40.70%
G=32.16%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212810800.210.330.3622.2222.552.94
HexA2806C0152124161735
Octal2422001540254144262765
Binary101000101000000011011000101011000011001001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2806C; }

 p { color: rgb(162,128,108); }

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

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

 a { background-color: rgb(162,128,108); }

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

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

 span { border-color: rgb(162,128,108); }

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