#A9AE8A

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

Shades of Bud #A9AE8A

Tints of Bud #A9AE8A

Color information

#A9AE8A (or 0xA9AE8A) is unknown color: approx Bud. HEX triplet: A9, AE and 8A. RGB value is (169,174,138). Sum of RGB (Red+Green+Blue) = 169+174+138=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AE8A is #565175. Grayscale: #A8A8A8. Windows color (decimal): -5656950 or 9088681. OLE color: 9088681.

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

Color convert

RGB169174138-
CMYK0.0300.210.32
HSL68.33º18.18%61.18%-
HSV(B)68.33º20.69%68.24%-
XYZ36.0940.5429.97-
YUV168.4110.84128.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=35.14%
G=36.17%
B=28.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741380.0300.210.3268.3318.1861.18
HexA9AE8A30152044123d
Octal2512562123025401042275
Binary10101001101011101000101011010101100000100010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE8A; }

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

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

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

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

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

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

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

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