#AA8667

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

Shades of Medium Wood #AA8667

Tints of Medium Wood #AA8667

Color information

#AA8667 (or 0xAA8667) is unknown color: approx Medium Wood. HEX triplet: AA, 86 and 67. RGB value is (170,134,103). Sum of RGB (Red+Green+Blue) = 170+134+103=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8667 is #557998. Grayscale: #8D8D8D. Windows color (decimal): -5601689 or 6784682. OLE color: 6784682.

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

Color convert

RGB170134103-
CMYK00.210.390.33
HSL27.76º28.27%53.53%-
HSV(B)27.76º39.41%66.67%-
XYZ27.5526.5816.51-
YUV141.23106.43148.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=41.77%
G=32.92%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013410300.210.390.3327.7628.2753.53
HexAA866701527211c1c36
Octal2522061470254741343466
Binary101010101000011011001110101011001111000011110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8667; }

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

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

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

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

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

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

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

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