#AA8067

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

Shades of Medium Wood #AA8067

Tints of Medium Wood #AA8067

Color information

#AA8067 (or 0xAA8067) is unknown color: approx Medium Wood. HEX triplet: AA, 80 and 67. RGB value is (170,128,103). Sum of RGB (Red+Green+Blue) = 170+128+103=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8067 is #557F98. Grayscale: #898989. Windows color (decimal): -5603225 or 6783146. OLE color: 6783146.

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

Color convert

RGB170128103-
CMYK00.250.390.33
HSL22.39º28.27%53.53%-
HSV(B)22.39º39.41%66.67%-
XYZ26.7424.9616.24-
YUV137.71108.41151.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=42.39%
G=31.92%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012810300.250.390.3322.3928.2753.53
HexAA80670192721161c36
Octal2522001470314741263466
Binary101010101000000011001110110011001111000011011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8067; }

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

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

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

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

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

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

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

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