#A7825B

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

Shades of Medium Wood #A7825B

Tints of Medium Wood #A7825B

Color information

#A7825B (or 0xA7825B) is unknown color: approx Medium Wood. HEX triplet: A7, 82 and 5B. RGB value is (167,130,91). Sum of RGB (Red+Green+Blue) = 167+130+91=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7825B is #587DA4. Grayscale: #888888. Windows color (decimal): -5799333 or 5997223. OLE color: 5997223.

HSL color Cylindrical-coordinate representation of color #A7825B: hue angle of 30.79º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7825B is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16713091-
CMYK00.220.460.35
HSL30.79º30.16%50.59%-
HSV(B)30.79º45.51%65.49%-
XYZ25.8124.9413.35-
YUV136.62102.26149.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=43.04%
G=33.51%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671309100.220.460.3530.7930.1650.59
HexA7825B0162E231f1e33
Octal2472021330265643373663
Binary101001111000001010110110101101011101000111111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7825B; }

 p { color: rgb(167,130,91); }

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

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

 a { background-color: rgb(167,130,91); }

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

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

 span { border-color: rgb(167,130,91); }

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