#A9B084

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

Shades of Bud #A9B084

Tints of Bud #A9B084

Color information

#A9B084 (or 0xA9B084) is unknown color: approx Bud. HEX triplet: A9, B0 and 84. RGB value is (169,176,132). Sum of RGB (Red+Green+Blue) = 169+176+132=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B084 is #564F7B. Grayscale: #A9A9A9. Windows color (decimal): -5656444 or 8695977. OLE color: 8695977.

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

Color convert

RGB169176132-
CMYK0.0400.250.31
HSL69.55º21.78%60.39%-
HSV(B)69.55º25%69.02%-
XYZ36.0541.1527.87-
YUV168.89107.18128.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=35.43%
G=36.90%
B=27.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691761320.0400.250.3169.5521.7860.39
HexA9B08440191F46163c
Octal2512602044031371062674
Binary10101001101100001000010010001100111111100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B084; }

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

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

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

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

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

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

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

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