#AAAD88

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

Shades of Bud #AAAD88

Tints of Bud #AAAD88

Color information

#AAAD88 (or 0xAAAD88) is unknown color: approx Bud. HEX triplet: AA, AD and 88. RGB value is (170,173,136). Sum of RGB (Red+Green+Blue) = 170+173+136=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD88 is #555277. Grayscale: #A8A8A8. Windows color (decimal): -5591672 or 8957354. OLE color: 8957354.

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

Color convert

RGB170173136-
CMYK0.0200.210.32
HSL64.86º18.41%60.59%-
HSV(B)64.86º21.39%67.84%-
XYZ35.9740.2129.16-
YUV167.88110.01129.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=35.49%
G=36.12%
B=28.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731360.0200.210.3264.8618.4160.59
HexAAAD8820152041123d
Octal2522552102025401012275
Binary10101010101011011000100010010101100000100000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD88; }

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

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

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

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

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

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

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

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