#A88465

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

Shades of Medium Wood #A88465

Tints of Medium Wood #A88465

Color information

#A88465 (or 0xA88465) is unknown color: approx Medium Wood. HEX triplet: A8, 84 and 65. RGB value is (168,132,101). Sum of RGB (Red+Green+Blue) = 168+132+101=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A88465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88465 is #577B9A. Grayscale: #8B8B8B. Windows color (decimal): -5733275 or 6653096. OLE color: 6653096.

HSL color Cylindrical-coordinate representation of color #A88465: hue angle of 27.76º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88465 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168132101-
CMYK00.210.400.34
HSL27.76º27.8%52.75%-
HSV(B)27.76º39.88%65.88%-
XYZ26.7525.7715.88-
YUV139.23106.43148.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 101 (39.84% from 255) = 25.19%
R=41.90%
G=32.92%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813210100.210.400.3427.7627.852.75
HexA8846501528221c1c35
Octal2502041450255042343465
Binary101010001000010011001010101011010001000101110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88465; }

 p { color: rgb(168,132,101); }

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

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

 a { background-color: rgb(168,132,101); }

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

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

 span { border-color: rgb(168,132,101); }

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