#A9826A

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

Shades of Medium Wood #A9826A

Tints of Medium Wood #A9826A

Color information

#A9826A (or 0xA9826A) is unknown color: approx Medium Wood. HEX triplet: A9, 82 and 6A. RGB value is (169,130,106). Sum of RGB (Red+Green+Blue) = 169+130+106=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A9826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9826A is #567D95. Grayscale: #8B8B8B. Windows color (decimal): -5668246 or 6980265. OLE color: 6980265.

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

Color convert

RGB169130106-
CMYK00.230.370.34
HSL22.86º26.81%53.92%-
HSV(B)22.86º37.28%66.27%-
XYZ26.9525.4417.13-
YUV138.93109.42149.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=41.73%
G=32.10%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913010600.230.370.3422.8626.8153.92
HexA9826A0172522171b36
Octal2512021520274542273366
Binary101010011000001011010100101111001011000101011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9826A; }

 p { color: rgb(169,130,106); }

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

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

 a { background-color: rgb(169,130,106); }

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

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

 span { border-color: rgb(169,130,106); }

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