#A9AB8E

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

Shades of Bud #A9AB8E

Tints of Bud #A9AB8E

Color information

#A9AB8E (or 0xA9AB8E) is unknown color: approx Bud. HEX triplet: A9, AB and 8E. RGB value is (169,171,142). Sum of RGB (Red+Green+Blue) = 169+171+142=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB8E is #565471. Grayscale: #A7A7A7. Windows color (decimal): -5657714 or 9350057. OLE color: 9350057.

HSL color Cylindrical-coordinate representation of color #A9AB8E: hue angle of 64.14º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9AB8E is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB169171142-
CMYK0.0100.170.33
HSL64.14º14.72%61.37%-
HSV(B)64.14º16.96%67.06%-
XYZ35.8139.5131.33-
YUV167.1113.84129.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=35.06%
G=35.48%
B=29.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711420.0100.170.3364.1414.7261.37
HexA9AB8E10112140f3d
Octal2512532161021411001775
Binary101010011010101110001110101000110000110000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB8E; }

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

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

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

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

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

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

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

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