#A18068

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

Shades of Medium Wood #A18068

Tints of Medium Wood #A18068

Color information

#A18068 (or 0xA18068) is unknown color: approx Medium Wood. HEX triplet: A1, 80 and 68. RGB value is (161,128,104). Sum of RGB (Red+Green+Blue) = 161+128+104=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A18068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18068 is #5E7F97. Grayscale: #878787. Windows color (decimal): -6193048 or 6848673. OLE color: 6848673.

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

Color convert

RGB161128104-
CMYK00.200.350.37
HSL25.26º23.27%51.96%-
HSV(B)25.26º35.4%63.14%-
XYZ24.9224.0116.42-
YUV135.13110.43146.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=40.97%
G=32.57%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112810400.200.350.3725.2623.2751.96
HexA180680142325191734
Octal2412001500244345312764
Binary101000011000000011010000101001000111001011100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18068; }

 p { color: rgb(161,128,104); }

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

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

 a { background-color: rgb(161,128,104); }

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

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

 span { border-color: rgb(161,128,104); }

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