#A88368

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

Shades of Medium Wood #A88368

Tints of Medium Wood #A88368

Color information

#A88368 (or 0xA88368) is unknown color: approx Medium Wood. HEX triplet: A8, 83 and 68. RGB value is (168,131,104). Sum of RGB (Red+Green+Blue) = 168+131+104=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A88368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88368 is #577C97. Grayscale: #8B8B8B. Windows color (decimal): -5733528 or 6849448. OLE color: 6849448.

HSL color Cylindrical-coordinate representation of color #A88368: hue angle of 25.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88368 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168131104-
CMYK00.220.380.34
HSL25.31º26.89%53.33%-
HSV(B)25.31º38.1%65.88%-
XYZ26.7625.5616.62-
YUV138.98108.26148.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=41.69%
G=32.51%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813110400.220.380.3425.3126.8953.33
HexA883680162622191b35
Octal2502031500264642313365
Binary101010001000001111010000101101001101000101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88368; }

 p { color: rgb(168,131,104); }

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

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

 a { background-color: rgb(168,131,104); }

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

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

 span { border-color: rgb(168,131,104); }

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