#A18069

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

Shades of Medium Wood #A18069

Tints of Medium Wood #A18069

Color information

#A18069 (or 0xA18069) is unknown color: approx Medium Wood. HEX triplet: A1, 80 and 69. RGB value is (161,128,105). Sum of RGB (Red+Green+Blue) = 161+128+105=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A18069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18069 is #5E7F96. Grayscale: #878787. Windows color (decimal): -6193047 or 6914209. OLE color: 6914209.

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

Color convert

RGB161128105-
CMYK00.200.350.37
HSL24.64º22.95%52.16%-
HSV(B)24.64º34.78%63.14%-
XYZ24.9724.0416.69-
YUV135.24110.93146.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=40.86%
G=32.49%
B=26.65%

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
Decimal16112810500.200.350.3724.6422.9552.16
HexA180690142325191734
Octal2412001510244345312764
Binary101000011000000011010010101001000111001011100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18069; }

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

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

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

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

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

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

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

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