#A67B58

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

Shades of Medium Wood #A67B58

Tints of Medium Wood #A67B58

Color information

#A67B58 (or 0xA67B58) is unknown color: approx Medium Wood. HEX triplet: A6, 7B and 58. RGB value is (166,123,88). Sum of RGB (Red+Green+Blue) = 166+123+88=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B58 is #5984A7. Grayscale: #848484. Windows color (decimal): -5866664 or 5798822. OLE color: 5798822.

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

Color convert

RGB16612388-
CMYK00.260.470.35
HSL26.92º30.71%49.8%-
HSV(B)26.92º46.99%65.1%-
XYZ24.5722.9812.37-
YUV131.87103.25152.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=44.03%
G=32.63%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661238800.260.470.3526.9230.7149.8
HexA67B5801A2F231b1f32
Octal2461731300325743333762
Binary10100110111101110110000110101011111000111101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B58; }

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

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

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

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

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

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

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

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