#A5826D

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

Shades of Medium Wood #A5826D

Tints of Medium Wood #A5826D

Color information

#A5826D (or 0xA5826D) is unknown color: approx Medium Wood. HEX triplet: A5, 82 and 6D. RGB value is (165,130,109). Sum of RGB (Red+Green+Blue) = 165+130+109=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5826D is #5A7D92. Grayscale: #8A8A8A. Windows color (decimal): -5930387 or 7176869. OLE color: 7176869.

HSL color Cylindrical-coordinate representation of color #A5826D: hue angle of 22.5º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5826D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB165130109-
CMYK00.210.340.35
HSL22.5º23.73%53.73%-
HSV(B)22.5º33.94%64.71%-
XYZ26.2625.0717.92-
YUV138.07111.6147.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=40.84%
G=32.18%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513010900.210.340.3522.523.7353.73
HexA5826D0152223171836
Octal2452021550254243273066
Binary101001011000001011011010101011000101000111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5826D; }

 p { color: rgb(165,130,109); }

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

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

 a { background-color: rgb(165,130,109); }

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

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

 span { border-color: rgb(165,130,109); }

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