#A9B08A

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

Shades of Bud #A9B08A

Tints of Bud #A9B08A

Color information

#A9B08A (or 0xA9B08A) is unknown color: approx Bud. HEX triplet: A9, B0 and 8A. RGB value is (169,176,138). Sum of RGB (Red+Green+Blue) = 169+176+138=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B08A is #564F75. Grayscale: #A9A9A9. Windows color (decimal): -5656438 or 9089193. OLE color: 9089193.

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

Color convert

RGB169176138-
CMYK0.0400.220.31
HSL71.05º19.39%61.57%-
HSV(B)71.05º21.59%69.02%-
XYZ36.4741.3230.1-
YUV169.58110.18127.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=34.99%
G=36.44%
B=28.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691761380.0400.220.3171.0519.3961.57
HexA9B08A40161F47133e
Octal2512602124026371072376
Binary10101001101100001000101010001011011111100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B08A; }

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

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

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

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

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

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

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

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