#A9AE8E

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

Shades of Bud #A9AE8E

Tints of Bud #A9AE8E

Color information

#A9AE8E (or 0xA9AE8E) is unknown color: approx Bud. HEX triplet: A9, AE and 8E. RGB value is (169,174,142). Sum of RGB (Red+Green+Blue) = 169+174+142=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AE8E is #565171. Grayscale: #A8A8A8. Windows color (decimal): -5656946 or 9350825. OLE color: 9350825.

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

Color convert

RGB169174142-
CMYK0.0300.180.32
HSL69.38º16.49%61.96%-
HSV(B)69.38º18.39%68.24%-
XYZ36.3840.6631.52-
YUV168.86112.84128.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=34.85%
G=35.88%
B=29.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741420.0300.180.3269.3816.4961.96
HexA9AE8E30122045103e
Octal2512562163022401052076
Binary10101001101011101000111011010010100000100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE8E; }

 p { color: rgb(169,174,142); }

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

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

 a { background-color: rgb(169,174,142); }

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

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

 span { border-color: rgb(169,174,142); }

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