#A9B284

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

Shades of Bud #A9B284

Tints of Bud #A9B284

Color information

#A9B284 (or 0xA9B284) is unknown color: approx Bud. HEX triplet: A9, B2 and 84. RGB value is (169,178,132). Sum of RGB (Red+Green+Blue) = 169+178+132=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B284 is #564D7B. Grayscale: #AAAAAA. Windows color (decimal): -5655932 or 8696489. OLE color: 8696489.

HSL color Cylindrical-coordinate representation of color #A9B284: hue angle of 71.74º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9B284 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB169178132-
CMYK0.0500.260.30
HSL71.74º23%60.78%-
HSV(B)71.74º25.84%69.8%-
XYZ36.4541.9428-
YUV170.06106.52127.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 178 (69.92% from 255) = 37.16%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=35.28%
G=37.16%
B=27.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691781320.0500.260.3071.742360.78
HexA9B284501A1E48173d
Octal2512622045032361102775
Binary10101001101100101000010010101101011110100100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B284; }

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

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

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

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

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

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

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

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