#AAAC99

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

Shades of Bud #AAAC99

Tints of Bud #AAAC99

Color information

#AAAC99 (or 0xAAAC99) is unknown color: approx Bud. HEX triplet: AA, AC and 99. RGB value is (170,172,153). Sum of RGB (Red+Green+Blue) = 170+172+153=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC99 is #555366. Grayscale: #A9A9A9. Windows color (decimal): -5591911 or 10071210. OLE color: 10071210.

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

Color convert

RGB170172153-
CMYK0.0100.110.33
HSL66.32º10.27%63.73%-
HSV(B)66.32º11.05%67.45%-
XYZ37.0840.3535.97-
YUV169.24118.84128.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=34.34%
G=34.75%
B=30.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721530.0100.110.3366.3210.2763.73
HexAAAC9910B2142a40
Octal25225423110134110212100
Binary101010101010110010011001101011100001100001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC99; }

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

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

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

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

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

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

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

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