#A2AB8A

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

Shades of Bud #A2AB8A

Tints of Bud #A2AB8A

Color information

#A2AB8A (or 0xA2AB8A) is unknown color: approx Bud. HEX triplet: A2, AB and 8A. RGB value is (162,171,138). Sum of RGB (Red+Green+Blue) = 162+171+138=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB8A is #5D5475. Grayscale: #A4A4A4. Windows color (decimal): -6116470 or 9087906. OLE color: 9087906.

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

Color convert

RGB162171138-
CMYK0.0500.190.33
HSL76.36º16.42%60.59%-
HSV(B)76.36º19.3%67.06%-
XYZ34.0538.6429.71-
YUV164.55113.02126.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=34.39%
G=36.31%
B=29.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621711380.0500.190.3376.3616.4260.59
HexA2AB8A5013214c103d
Octal2422532125023411142075
Binary101000101010101110001010101010011100001100110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB8A; }

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

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

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

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

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

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

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

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