#A2AB8C

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

Shades of Bud #A2AB8C

Tints of Bud #A2AB8C

Color information

#A2AB8C (or 0xA2AB8C) is unknown color: approx Bud. HEX triplet: A2, AB and 8C. RGB value is (162,171,140). Sum of RGB (Red+Green+Blue) = 162+171+140=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB8C is #5D5473. Grayscale: #A4A4A4. Windows color (decimal): -6116468 or 9218978. OLE color: 9218978.

HSL color Cylindrical-coordinate representation of color #A2AB8C: hue angle of 77.42º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2AB8C is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB162171140-
CMYK0.0500.180.33
HSL77.42º15.58%60.98%-
HSV(B)77.42º18.13%67.06%-
XYZ34.238.730.48-
YUV164.78114.02126.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=34.25%
G=36.15%
B=29.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621711400.0500.180.3377.4215.5860.98
HexA2AB8C5012214d103d
Octal2422532145022411152075
Binary101000101010101110001100101010010100001100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB8C; }

 p { color: rgb(162,171,140); }

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

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

 a { background-color: rgb(162,171,140); }

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

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

 span { border-color: rgb(162,171,140); }

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