#A67A63

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

Shades of Medium Wood #A67A63

Tints of Medium Wood #A67A63

Color information

#A67A63 (or 0xA67A63) is unknown color: approx Medium Wood. HEX triplet: A6, 7A and 63. RGB value is (166,122,99). Sum of RGB (Red+Green+Blue) = 166+122+99=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A63 is #59859C. Grayscale: #848484. Windows color (decimal): -5866909 or 6519462. OLE color: 6519462.

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

Color convert

RGB16612299-
CMYK00.270.400.35
HSL20.6º27.35%51.96%-
HSV(B)20.6º40.36%65.1%-
XYZ24.9422.9314.92-
YUV132.53109.08151.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=42.89%
G=31.52%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661229900.270.400.3520.627.3551.96
HexA67A6301B2823151b34
Octal2461721430335043253364
Binary10100110111101011000110110111010001000111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A63; }

 p { color: rgb(166,122,99); }

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

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

 a { background-color: rgb(166,122,99); }

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

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

 span { border-color: rgb(166,122,99); }

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