#AAAC94

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

Shades of Bud #AAAC94

Tints of Bud #AAAC94

Color information

#AAAC94 (or 0xAAAC94) is unknown color: approx Bud. HEX triplet: AA, AC and 94. RGB value is (170,172,148). Sum of RGB (Red+Green+Blue) = 170+172+148=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC94 is #55536B. Grayscale: #A8A8A8. Windows color (decimal): -5591916 or 9743530. OLE color: 9743530.

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

Color convert

RGB170172148-
CMYK0.0100.140.33
HSL65º12.63%62.75%-
HSV(B)65º13.95%67.45%-
XYZ36.6840.1933.84-
YUV168.67116.34128.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=34.69%
G=35.10%
B=30.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721480.0100.140.336512.6362.75
HexAAAC9410E2141d3f
Octal2522542241016411011577
Binary10101010101011001001010010111010000110000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC94; }

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

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

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

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

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

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

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

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