#A67A65

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

Shades of Medium Wood #A67A65

Tints of Medium Wood #A67A65

Color information

#A67A65 (or 0xA67A65) is unknown color: approx Medium Wood. HEX triplet: A6, 7A and 65. RGB value is (166,122,101). Sum of RGB (Red+Green+Blue) = 166+122+101=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A65 is #59859A. Grayscale: #848484. Windows color (decimal): -5866907 or 6650534. OLE color: 6650534.

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

Color convert

RGB166122101-
CMYK00.270.390.35
HSL19.38º26.75%52.35%-
HSV(B)19.38º39.16%65.1%-
XYZ25.0322.9715.43-
YUV132.76110.08151.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=42.67%
G=31.36%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612210100.270.390.3519.3826.7552.35
HexA67A6501B2723131b34
Octal2461721450334743233364
Binary10100110111101011001010110111001111000111001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A65; }

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

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

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

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

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

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

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

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