#AAAC93

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

Shades of Bud #AAAC93

Tints of Bud #AAAC93

Color information

#AAAC93 (or 0xAAAC93) is unknown color: approx Bud. HEX triplet: AA, AC and 93. RGB value is (170,172,147). Sum of RGB (Red+Green+Blue) = 170+172+147=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC93 is #55536C. Grayscale: #A8A8A8. Windows color (decimal): -5591917 or 9677994. OLE color: 9677994.

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

Color convert

RGB170172147-
CMYK0.0100.150.33
HSL64.8º13.09%62.55%-
HSV(B)64.8º14.53%67.45%-
XYZ36.640.1633.43-
YUV168.55115.84129.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=34.76%
G=35.17%
B=30.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721470.0100.150.3364.813.0962.55
HexAAAC9310F2141d3f
Octal2522542231017411011577
Binary10101010101011001001001110111110000110000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC93; }

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

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

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

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

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

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

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

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