#AAAD8D

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

Shades of Bud #AAAD8D

Tints of Bud #AAAD8D

Color information

#AAAD8D (or 0xAAAD8D) is unknown color: approx Bud. HEX triplet: AA, AD and 8D. RGB value is (170,173,141). Sum of RGB (Red+Green+Blue) = 170+173+141=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD8D is #555272. Grayscale: #A8A8A8. Windows color (decimal): -5591667 or 9285034. OLE color: 9285034.

HSL color Cylindrical-coordinate representation of color #AAAD8D: hue angle of 65.62º 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 #AAAD8D is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB170173141-
CMYK0.0200.180.32
HSL65.62º16.33%61.57%-
HSV(B)65.62º18.5%67.84%-
XYZ36.3340.3631.07-
YUV168.46112.51129.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=35.12%
G=35.74%
B=29.13%

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
Decimal1701731410.0200.180.3265.6216.3361.57
HexAAAD8D20122042103e
Octal2522552152022401022076
Binary10101010101011011000110110010010100000100001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD8D; }

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

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

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

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

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

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

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

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