#A9AD95

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

Shades of Bud #A9AD95

Tints of Bud #A9AD95

Color information

#A9AD95 (or 0xA9AD95) is unknown color: approx Bud. HEX triplet: A9, AD and 95. RGB value is (169,173,149). Sum of RGB (Red+Green+Blue) = 169+173+149=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD95 is #56526A. Grayscale: #A9A9A9. Windows color (decimal): -5657195 or 9809321. OLE color: 9809321.

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

Color convert

RGB169173149-
CMYK0.0200.140.32
HSL70º12.77%63.14%-
HSV(B)70º13.87%67.84%-
XYZ36.7340.4934.31-
YUV169.07116.67127.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=34.42%
G=35.23%
B=30.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691731490.0200.140.327012.7763.14
HexA9AD9520E2046d3f
Octal2512552252016401061577
Binary101010011010110110010101100111010000010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD95; }

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

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

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

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

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

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

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

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