#AAAD8C

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

Shades of Bud #AAAD8C

Tints of Bud #AAAD8C

Color information

#AAAD8C (or 0xAAAD8C) is unknown color: approx Bud. HEX triplet: AA, AD and 8C. RGB value is (170,173,140). Sum of RGB (Red+Green+Blue) = 170+173+140=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD8C is #555273. Grayscale: #A8A8A8. Windows color (decimal): -5591668 or 9219498. OLE color: 9219498.

HSL color Cylindrical-coordinate representation of color #AAAD8C: hue angle of 65.45º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAAD8C is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB170173140-
CMYK0.0200.190.32
HSL65.45º16.75%61.37%-
HSV(B)65.45º19.08%67.84%-
XYZ36.2540.3330.68-
YUV168.34112.01129.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 140 (55.08% from 255) = 28.99%
R=35.20%
G=35.82%
B=28.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731400.0200.190.3265.4516.7561.37
HexAAAD8C20132041113d
Octal2522552142023401012175
Binary10101010101011011000110010010011100000100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD8C; }

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

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

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

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

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

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

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

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