#AAAD8E

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

Shades of Bud #AAAD8E

Tints of Bud #AAAD8E

Color information

#AAAD8E (or 0xAAAD8E) is unknown color: approx Bud. HEX triplet: AA, AD and 8E. RGB value is (170,173,142). Sum of RGB (Red+Green+Blue) = 170+173+142=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD8E is #555271. Grayscale: #A8A8A8. Windows color (decimal): -5591666 or 9350570. OLE color: 9350570.

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

Color convert

RGB170173142-
CMYK0.0200.180.32
HSL65.81º15.9%61.76%-
HSV(B)65.81º17.92%67.84%-
XYZ36.440.3931.47-
YUV168.57113.01129.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=35.05%
G=35.67%
B=29.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731420.0200.180.3265.8115.961.76
HexAAAD8E20122042103e
Octal2522552162022401022076
Binary10101010101011011000111010010010100000100001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD8E; }

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

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

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

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

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

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

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

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