#A3AB87

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

Shades of Bud #A3AB87

Tints of Bud #A3AB87

Color information

#A3AB87 (or 0xA3AB87) is unknown color: approx Bud. HEX triplet: A3, AB and 87. RGB value is (163,171,135). Sum of RGB (Red+Green+Blue) = 163+171+135=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB87 is #5C5478. Grayscale: #A4A4A4. Windows color (decimal): -6050937 or 8891299. OLE color: 8891299.

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

Color convert

RGB163171135-
CMYK0.0500.210.33
HSL73.33º17.65%60%-
HSV(B)73.33º21.05%67.06%-
XYZ34.0438.6628.59-
YUV164.5111.35126.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=34.75%
G=36.46%
B=28.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711350.0500.210.3373.3317.6560
HexA3AB8750152149123c
Octal2432532075025411112274
Binary101000111010101110000111101010101100001100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB87; }

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

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

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

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

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

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

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

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