#AAAC8E

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

Shades of Bud #AAAC8E

Tints of Bud #AAAC8E

Color information

#AAAC8E (or 0xAAAC8E) is unknown color: approx Bud. HEX triplet: AA, AC and 8E. RGB value is (170,172,142). Sum of RGB (Red+Green+Blue) = 170+172+142=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC8E is #555371. Grayscale: #A8A8A8. Windows color (decimal): -5591922 or 9350314. OLE color: 9350314.

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

Color convert

RGB170172142-
CMYK0.0100.170.33
HSL64º15.31%61.57%-
HSV(B)64º17.44%67.45%-
XYZ36.214031.4-
YUV167.98113.34129.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=35.12%
G=35.54%
B=29.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721420.0100.170.336415.3161.57
HexAAAC8E10112140f3e
Octal2522542161021411001776
Binary101010101010110010001110101000110000110000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC8E; }

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

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

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

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

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

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

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

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