#A88462

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

Shades of Medium Wood #A88462

Tints of Medium Wood #A88462

Color information

#A88462 (or 0xA88462) is unknown color: approx Medium Wood. HEX triplet: A8, 84 and 62. RGB value is (168,132,98). Sum of RGB (Red+Green+Blue) = 168+132+98=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A88462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88462 is #577B9D. Grayscale: #8B8B8B. Windows color (decimal): -5733278 or 6456488. OLE color: 6456488.

HSL color Cylindrical-coordinate representation of color #A88462: hue angle of 29.14º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88462 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB16813298-
CMYK00.210.420.34
HSL29.14º28.69%52.16%-
HSV(B)29.14º41.67%65.88%-
XYZ26.625.7115.12-
YUV138.89104.93148.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=42.21%
G=33.17%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681329800.210.420.3429.1428.6952.16
HexA884620152A221d1d34
Octal2502041420255242353564
Binary101010001000010011000100101011010101000101110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88462; }

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

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

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

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

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

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

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

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