#AA8468

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

Shades of Medium Wood #AA8468

Tints of Medium Wood #AA8468

Color information

#AA8468 (or 0xAA8468) is unknown color: approx Medium Wood. HEX triplet: AA, 84 and 68. RGB value is (170,132,104). Sum of RGB (Red+Green+Blue) = 170+132+104=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8468 is #557B97. Grayscale: #8C8C8C. Windows color (decimal): -5602200 or 6849706. OLE color: 6849706.

HSL color Cylindrical-coordinate representation of color #AA8468: hue angle of 25.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8468 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170132104-
CMYK00.220.390.33
HSL25.45º27.97%53.73%-
HSV(B)25.45º38.82%66.67%-
XYZ27.3326.0516.68-
YUV140.17107.59149.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=41.87%
G=32.51%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013210400.220.390.3325.4527.9753.73
HexAA84680162721191c36
Octal2522041500264741313466
Binary101010101000010011010000101101001111000011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8468; }

 p { color: rgb(170,132,104); }

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

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

 a { background-color: rgb(170,132,104); }

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

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

 span { border-color: rgb(170,132,104); }

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