#A9AB87

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

Shades of Bud #A9AB87

Tints of Bud #A9AB87

Color information

#A9AB87 (or 0xA9AB87) is unknown color: approx Bud. HEX triplet: A9, AB and 87. RGB value is (169,171,135). Sum of RGB (Red+Green+Blue) = 169+171+135=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB87 is #565478. Grayscale: #A6A6A6. Windows color (decimal): -5657721 or 8891305. OLE color: 8891305.

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

Color convert

RGB169171135-
CMYK0.0100.210.33
HSL63.33º17.65%60%-
HSV(B)63.33º21.05%67.06%-
XYZ35.339.3128.65-
YUV166.3110.34129.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=35.58%
G=36%
B=28.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711350.0100.210.3363.3317.6560
HexA9AB871015213f123c
Octal251253207102541772274
Binary101010011010101110000111101010110000111111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB87; }

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

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

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

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

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

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

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

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