#AAAC8B

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

Shades of Bud #AAAC8B

Tints of Bud #AAAC8B

Color information

#AAAC8B (or 0xAAAC8B) is unknown color: approx Bud. HEX triplet: AA, AC and 8B. RGB value is (170,172,139). Sum of RGB (Red+Green+Blue) = 170+172+139=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC8B is #555374. Grayscale: #A7A7A7. Windows color (decimal): -5591925 or 9153706. OLE color: 9153706.

HSL color Cylindrical-coordinate representation of color #AAAC8B: hue angle of 63.64º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAAC8B is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170172139-
CMYK0.0100.190.33
HSL63.64º16.58%60.98%-
HSV(B)63.64º19.19%67.45%-
XYZ35.9939.9230.23-
YUV167.64111.84129.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=35.34%
G=35.76%
B=28.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721390.0100.190.3363.6416.5860.98
HexAAAC8B10132140113d
Octal2522542131023411002175
Binary1010101010101100100010111010011100001100000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC8B; }

 p { color: rgb(170,172,139); }

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

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

 a { background-color: rgb(170,172,139); }

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

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

 span { border-color: rgb(170,172,139); }

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