#AAAC8D

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

Shades of Bud #AAAC8D

Tints of Bud #AAAC8D

Color information

#AAAC8D (or 0xAAAC8D) is unknown color: approx Bud. HEX triplet: AA, AC and 8D. RGB value is (170,172,141). Sum of RGB (Red+Green+Blue) = 170+172+141=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC8D is #555372. Grayscale: #A7A7A7. Windows color (decimal): -5591923 or 9284778. OLE color: 9284778.

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

Color convert

RGB170172141-
CMYK0.0100.180.33
HSL63.87º15.74%61.37%-
HSV(B)63.87º18.02%67.45%-
XYZ36.1439.9731.01-
YUV167.87112.84129.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=35.20%
G=35.61%
B=29.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721410.0100.180.3363.8715.7461.37
HexAAAC8D10122140103d
Octal2522542151022411002075
Binary1010101010101100100011011010010100001100000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC8D; }

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

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

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

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

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

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

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

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