#A7835C

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

Shades of Medium Wood #A7835C

Tints of Medium Wood #A7835C

Color information

#A7835C (or 0xA7835C) is unknown color: approx Medium Wood. HEX triplet: A7, 83 and 5C. RGB value is (167,131,92). Sum of RGB (Red+Green+Blue) = 167+131+92=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7835C is #587CA3. Grayscale: #898989. Windows color (decimal): -5799076 or 6063015. OLE color: 6063015.

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

Color convert

RGB16713192-
CMYK00.220.450.35
HSL31.2º29.88%50.78%-
HSV(B)31.2º44.91%65.49%-
XYZ25.9825.2213.62-
YUV137.32102.43149.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=42.82%
G=33.59%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671319200.220.450.3531.229.8850.78
HexA7835C0162D231f1e33
Octal2472031340265543373663
Binary101001111000001110111000101101011011000111111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7835C; }

 p { color: rgb(167,131,92); }

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

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

 a { background-color: rgb(167,131,92); }

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

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

 span { border-color: rgb(167,131,92); }

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