#A9B18C

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

Shades of Bud #A9B18C

Tints of Bud #A9B18C

Color information

#A9B18C (or 0xA9B18C) is unknown color: approx Bud. HEX triplet: A9, B1 and 8C. RGB value is (169,177,140). Sum of RGB (Red+Green+Blue) = 169+177+140=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B18C is #564E73. Grayscale: #AAAAAA. Windows color (decimal): -5656180 or 9220521. OLE color: 9220521.

HSL color Cylindrical-coordinate representation of color #A9B18C: hue angle of 72.97º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9B18C is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB169177140-
CMYK0.0500.210.31
HSL72.97º19.17%62.16%-
HSV(B)72.97º20.9%69.41%-
XYZ36.8241.7730.93-
YUV170.39110.85127.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.77%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 140 (55.08% from 255) = 28.81%
R=34.77%
G=36.42%
B=28.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691771400.0500.210.3172.9719.1762.16
HexA9B18C50151F49133e
Octal2512612145025371112376
Binary10101001101100011000110010101010111111100100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B18C; }

 p { color: rgb(169,177,140); }

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

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

 a { background-color: rgb(169,177,140); }

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

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

 span { border-color: rgb(169,177,140); }

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