#A7855F

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

Shades of Medium Wood #A7855F

Tints of Medium Wood #A7855F

Color information

#A7855F (or 0xA7855F) is unknown color: approx Medium Wood. HEX triplet: A7, 85 and 5F. RGB value is (167,133,95). Sum of RGB (Red+Green+Blue) = 167+133+95=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7855F is #587AA0. Grayscale: #8B8B8B. Windows color (decimal): -5798561 or 6260135. OLE color: 6260135.

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

Color convert

RGB16713395-
CMYK00.200.430.35
HSL31.67º29.03%51.37%-
HSV(B)31.67º43.11%65.49%-
XYZ26.3925.8214.42-
YUV138.83103.26148.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=42.28%
G=33.67%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671339500.200.430.3531.6729.0351.37
HexA7855F0142B23201d33
Octal2472051370245343403563
Binary1010011110000101101111101010010101110001110000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7855F; }

 p { color: rgb(167,133,95); }

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

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

 a { background-color: rgb(167,133,95); }

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

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

 span { border-color: rgb(167,133,95); }

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