#A77A6A

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

Shades of Medium Wood #A77A6A

Tints of Medium Wood #A77A6A

Color information

#A77A6A (or 0xA77A6A) is unknown color: approx Medium Wood. HEX triplet: A7, 7A and 6A. RGB value is (167,122,106). Sum of RGB (Red+Green+Blue) = 167+122+106=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A6A is #588595. Grayscale: #858585. Windows color (decimal): -5801366 or 6978215. OLE color: 6978215.

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

Color convert

RGB167122106-
CMYK00.270.370.35
HSL15.74º25.74%53.53%-
HSV(B)15.74º36.53%65.49%-
XYZ25.523.1816.77-
YUV133.63112.41151.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=42.28%
G=30.89%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712210600.270.370.3515.7425.7453.53
HexA77A6A01B2523101a36
Octal2471721520334543203266
Binary10100111111101011010100110111001011000111000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77A6A; }

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

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

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

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

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

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

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

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