#A67B5C

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

Shades of Medium Wood #A67B5C

Tints of Medium Wood #A67B5C

Color information

#A67B5C (or 0xA67B5C) is unknown color: approx Medium Wood. HEX triplet: A6, 7B and 5C. RGB value is (166,123,92). Sum of RGB (Red+Green+Blue) = 166+123+92=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B5C is #5984A3. Grayscale: #848484. Windows color (decimal): -5866660 or 6060966. OLE color: 6060966.

HSL color Cylindrical-coordinate representation of color #A67B5C: hue angle of 25.14º 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 #A67B5C is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16612392-
CMYK00.260.450.35
HSL25.14º29.37%50.59%-
HSV(B)25.14º44.58%65.1%-
XYZ24.7423.0513.27-
YUV132.32105.25152.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 92 (36.33% from 255) = 24.15%
R=43.57%
G=32.28%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661239200.260.450.3525.1429.3750.59
HexA67B5C01A2D23191d33
Octal2461731340325543313563
Binary10100110111101110111000110101011011000111100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B5C; }

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

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

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

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

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

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

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

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