#A68262

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

Shades of Medium Wood #A68262

Tints of Medium Wood #A68262

Color information

#A68262 (or 0xA68262) is unknown color: approx Medium Wood. HEX triplet: A6, 82 and 62. RGB value is (166,130,98). Sum of RGB (Red+Green+Blue) = 166+130+98=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A68262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68262 is #597D9D. Grayscale: #898989. Windows color (decimal): -5864862 or 6455974. OLE color: 6455974.

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

Color convert

RGB16613098-
CMYK00.220.410.35
HSL28.24º27.64%51.76%-
HSV(B)28.24º40.96%65.1%-
XYZ25.9124.9515.01-
YUV137.12105.93148.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=42.13%
G=32.99%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661309800.220.410.3528.2427.6451.76
HexA6826201629231c1c34
Octal2462021420265143343464
Binary101001101000001011000100101101010011000111110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68262; }

 p { color: rgb(166,130,98); }

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

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

 a { background-color: rgb(166,130,98); }

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

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

 span { border-color: rgb(166,130,98); }

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