#A3AB8A

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

Shades of Bud #A3AB8A

Tints of Bud #A3AB8A

Color information

#A3AB8A (or 0xA3AB8A) is unknown color: approx Bud. HEX triplet: A3, AB and 8A. RGB value is (163,171,138). Sum of RGB (Red+Green+Blue) = 163+171+138=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB8A is #5C5475. Grayscale: #A4A4A4. Windows color (decimal): -6050934 or 9087907. OLE color: 9087907.

HSL color Cylindrical-coordinate representation of color #A3AB8A: hue angle of 74.55º 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 #A3AB8A is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB163171138-
CMYK0.0500.190.33
HSL74.55º16.42%60.59%-
HSV(B)74.55º19.3%67.06%-
XYZ34.2538.7529.72-
YUV164.85112.85126.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=34.53%
G=36.23%
B=29.24%

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
Decimal1631711380.0500.190.3374.5516.4260.59
HexA3AB8A5013214b103d
Octal2432532125023411132075
Binary101000111010101110001010101010011100001100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB8A; }

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

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

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

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

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

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

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

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