#A9AD8D

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

Shades of Bud #A9AD8D

Tints of Bud #A9AD8D

Color information

#A9AD8D (or 0xA9AD8D) is unknown color: approx Bud. HEX triplet: A9, AD and 8D. RGB value is (169,173,141). Sum of RGB (Red+Green+Blue) = 169+173+141=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD8D is #565272. Grayscale: #A8A8A8. Windows color (decimal): -5657203 or 9285033. OLE color: 9285033.

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

Color convert

RGB169173141-
CMYK0.0200.180.32
HSL67.5º16.33%61.57%-
HSV(B)67.5º18.5%67.84%-
XYZ36.1140.2531.06-
YUV168.16112.67128.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=34.99%
G=35.82%
B=29.19%

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
Decimal1691731410.0200.180.3267.516.3361.57
HexA9AD8D20122044103e
Octal2512552152022401042076
Binary10101001101011011000110110010010100000100010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD8D; }

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

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

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

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

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

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

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

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