#A68362

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

Shades of Medium Wood #A68362

Tints of Medium Wood #A68362

Color information

#A68362 (or 0xA68362) is unknown color: approx Medium Wood. HEX triplet: A6, 83 and 62. RGB value is (166,131,98). Sum of RGB (Red+Green+Blue) = 166+131+98=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A68362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68362 is #597C9D. Grayscale: #898989. Windows color (decimal): -5864606 or 6456230. OLE color: 6456230.

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

Color convert

RGB16613198-
CMYK00.210.410.35
HSL29.12º27.64%51.76%-
HSV(B)29.12º40.96%65.1%-
XYZ26.0525.2215.05-
YUV137.7105.6148.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=42.03%
G=33.16%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661319800.210.410.3529.1227.6451.76
HexA6836201529231d1c34
Octal2462031420255143353464
Binary101001101000001111000100101011010011000111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68362; }

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

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

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

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

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

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

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

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