#AAAC8C

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

Shades of Bud #AAAC8C

Tints of Bud #AAAC8C

Color information

#AAAC8C (or 0xAAAC8C) is unknown color: approx Bud. HEX triplet: AA, AC and 8C. RGB value is (170,172,140). Sum of RGB (Red+Green+Blue) = 170+172+140=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC8C is #555373. Grayscale: #A7A7A7. Windows color (decimal): -5591924 or 9219242. OLE color: 9219242.

HSL color Cylindrical-coordinate representation of color #AAAC8C: hue angle of 63.75º degrees, saturation: 0.16, 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 #AAAC8C is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170172140-
CMYK0.0100.190.33
HSL63.75º16.16%61.18%-
HSV(B)63.75º18.6%67.45%-
XYZ36.0639.9430.62-
YUV167.75112.34129.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=35.27%
G=35.68%
B=29.05%

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
Decimal1701721400.0100.190.3363.7516.1661.18
HexAAAC8C10132140103d
Octal2522542141023411002075
Binary1010101010101100100011001010011100001100000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC8C; }

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

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

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

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

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

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

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

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