#A98368

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

Shades of Medium Wood #A98368

Tints of Medium Wood #A98368

Color information

#A98368 (or 0xA98368) is unknown color: approx Medium Wood. HEX triplet: A9, 83 and 68. RGB value is (169,131,104). Sum of RGB (Red+Green+Blue) = 169+131+104=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A98368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98368 is #567C97. Grayscale: #8B8B8B. Windows color (decimal): -5667992 or 6849449. OLE color: 6849449.

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

Color convert

RGB169131104-
CMYK00.220.380.34
HSL24.92º27.43%53.53%-
HSV(B)24.92º38.46%66.27%-
XYZ26.9825.6716.63-
YUV139.28108.09149.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=41.83%
G=32.43%
B=25.74%

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
Decimal16913110400.220.380.3424.9227.4353.53
HexA983680162622191b36
Octal2512031500264642313366
Binary101010011000001111010000101101001101000101100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98368; }

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

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

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

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

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

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

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

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