#A2826F

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

Shades of Medium Wood #A2826F

Tints of Medium Wood #A2826F

Color information

#A2826F (or 0xA2826F) is unknown color: approx Medium Wood. HEX triplet: A2, 82 and 6F. RGB value is (162,130,111). Sum of RGB (Red+Green+Blue) = 162+130+111=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2826F is #5D7D90. Grayscale: #898989. Windows color (decimal): -6126993 or 7307938. OLE color: 7307938.

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

Color convert

RGB162130111-
CMYK00.200.310.36
HSL22.35º21.52%53.53%-
HSV(B)22.35º31.48%63.53%-
XYZ25.7524.7918.47-
YUV137.4113.1145.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=40.20%
G=32.26%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213011100.200.310.3622.3521.5253.53
HexA2826F0141F24161636
Octal2422021570243744262666
Binary10100010100000101101111010100111111001001011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2826F; }

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

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

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

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

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

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

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

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