#a9b08b

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

Shades of Bud #A9B08B

Tints of Bud #A9B08B

Color information

#A9B08B (or 0xA9B08B) is unknown color: approx Bud. HEX triplet: A9, B0 and 8B. RGB value is (169,176,139). Sum of RGB (Red+Green+Blue) = 169+176+139=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B08B is #564F74. Grayscale: #A9A9A9. Windows color (decimal): -5656437 or 9154729. OLE color: 9154729.

HSL color Cylindrical-coordinate representation of color #A9B08B: hue angle of 71.35º 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 #A9B08B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB169176139-
CMYK0.0400.210.31
HSL71.35º18.97%61.76%-
HSV(B)71.35º21.02%69.02%-
XYZ36.5541.3530.48-
YUV169.69110.68127.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=34.92%
G=36.36%
B=28.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691761390.0400.210.3171.3518.9761.76
HexA9B08B40151F47133e
Octal2512602134025371072376
Binary10101001101100001000101110001010111111100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9b08b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9b08b; }

 p { color: rgb(169,176,139); }

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

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

 a { background-color: rgb(169,176,139); }

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

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

 span { border-color: rgb(169,176,139); }

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