#A68470

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

Shades of Medium Wood #A68470

Tints of Medium Wood #A68470

Color information

#A68470 (or 0xA68470) is unknown color: approx Medium Wood. HEX triplet: A6, 84 and 70. RGB value is (166,132,112). Sum of RGB (Red+Green+Blue) = 166+132+112=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A68470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68470 is #597B8F. Grayscale: #8C8C8C. Windows color (decimal): -5864336 or 7373990. OLE color: 7373990.

HSL color Cylindrical-coordinate representation of color #A68470: hue angle of 22.22º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68470 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166132112-
CMYK00.200.330.35
HSL22.22º23.28%54.51%-
HSV(B)22.22º32.53%65.1%-
XYZ26.925.7818.89-
YUV139.89112.26146.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=40.49%
G=32.20%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613211200.200.330.3522.2223.2854.51
HexA684700142123161737
Octal2462041600244143262767
Binary101001101000010011100000101001000011000111011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68470; }

 p { color: rgb(166,132,112); }

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

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

 a { background-color: rgb(166,132,112); }

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

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

 span { border-color: rgb(166,132,112); }

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