#A67A5C

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

Shades of Medium Wood #A67A5C

Tints of Medium Wood #A67A5C

Color information

#A67A5C (or 0xA67A5C) is unknown color: approx Medium Wood. HEX triplet: A6, 7A and 5C. RGB value is (166,122,92). Sum of RGB (Red+Green+Blue) = 166+122+92=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A5C is #5985A3. Grayscale: #838383. Windows color (decimal): -5866916 or 6060710. OLE color: 6060710.

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

Color convert

RGB16612292-
CMYK00.270.450.35
HSL24.32º29.37%50.59%-
HSV(B)24.32º44.58%65.1%-
XYZ24.6222.813.23-
YUV131.74105.58152.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=43.68%
G=32.11%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661229200.270.450.3524.3229.3750.59
HexA67A5C01B2D23181d33
Octal2461721340335543303563
Binary10100110111101010111000110111011011000111100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A5C; }

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

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

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

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

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

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

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

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