#AA8467

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

Shades of Medium Wood #AA8467

Tints of Medium Wood #AA8467

Color information

#AA8467 (or 0xAA8467) is unknown color: approx Medium Wood. HEX triplet: AA, 84 and 67. RGB value is (170,132,103). Sum of RGB (Red+Green+Blue) = 170+132+103=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8467 is #557B98. Grayscale: #8C8C8C. Windows color (decimal): -5602201 or 6784170. OLE color: 6784170.

HSL color Cylindrical-coordinate representation of color #AA8467: hue angle of 25.97º 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 #AA8467 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170132103-
CMYK00.220.390.33
HSL25.97º28.27%53.53%-
HSV(B)25.97º39.41%66.67%-
XYZ27.2826.0316.42-
YUV140.06107.09149.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 103 (40.62% from 255) = 25.43%
R=41.98%
G=32.59%
B=25.43%

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
Decimal17013210300.220.390.3325.9728.2753.53
HexAA846701627211a1c36
Octal2522041470264741323466
Binary101010101000010011001110101101001111000011101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8467; }

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

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

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

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

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

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

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

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