#A77A62

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

Shades of Medium Wood #A77A62

Tints of Medium Wood #A77A62

Color information

#A77A62 (or 0xA77A62) is unknown color: approx Medium Wood. HEX triplet: A7, 7A and 62. RGB value is (167,122,98). Sum of RGB (Red+Green+Blue) = 167+122+98=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A62 is #58859D. Grayscale: #848484. Windows color (decimal): -5801374 or 6453927. OLE color: 6453927.

HSL color Cylindrical-coordinate representation of color #A77A62: hue angle of 20.87º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A77A62 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16712298-
CMYK00.270.410.35
HSL20.87º28.16%51.96%-
HSV(B)20.87º41.32%65.49%-
XYZ25.123.0214.67-
YUV132.72108.41152.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=43.15%
G=31.52%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671229800.270.410.3520.8728.1651.96
HexA77A6201B2923151c34
Octal2471721420335143253464
Binary10100111111101011000100110111010011000111010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77A62; }

 p { color: rgb(167,122,98); }

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

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

 a { background-color: rgb(167,122,98); }

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

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

 span { border-color: rgb(167,122,98); }

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