#A77A69

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

Shades of Medium Wood #A77A69

Tints of Medium Wood #A77A69

Color information

#A77A69 (or 0xA77A69) is unknown color: approx Medium Wood. HEX triplet: A7, 7A and 69. RGB value is (167,122,105). Sum of RGB (Red+Green+Blue) = 167+122+105=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A69 is #588596. Grayscale: #858585. Windows color (decimal): -5801367 or 6912679. OLE color: 6912679.

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

Color convert

RGB167122105-
CMYK00.270.370.35
HSL16.45º26.05%53.33%-
HSV(B)16.45º37.13%65.49%-
XYZ25.4523.1516.49-
YUV133.52111.91151.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=42.39%
G=30.96%
B=26.65%

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
Decimal16712210500.270.370.3516.4526.0553.33
HexA77A6901B2523101a35
Octal2471721510334543203265
Binary10100111111101011010010110111001011000111000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77A69; }

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

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

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

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

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

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

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

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