#A1A888

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

Shades of Bud #A1A888

Tints of Bud #A1A888

Color information

#A1A888 (or 0xA1A888) is unknown color: approx Bud. HEX triplet: A1, A8 and 88. RGB value is (161,168,136). Sum of RGB (Red+Green+Blue) = 161+168+136=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A888 is #5E5777. Grayscale: #A2A2A2. Windows color (decimal): -6182776 or 8956065. OLE color: 8956065.

HSL color Cylindrical-coordinate representation of color #A1A888: hue angle of 73.12º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1A888 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB161168136-
CMYK0.0400.190.34
HSL73.12º15.53%59.61%-
HSV(B)73.12º19.05%65.88%-
XYZ33.1437.3628.76-
YUV162.26113.18127.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 168 (66.02% from 255) = 36.13%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=34.62%
G=36.13%
B=29.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611681360.0400.190.3473.1215.5359.61
HexA1A88840132249103c
Octal2412502104023421112074
Binary101000011010100010001000100010011100010100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A888; }

 p { color: rgb(161,168,136); }

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

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

 a { background-color: rgb(161,168,136); }

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

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

 span { border-color: rgb(161,168,136); }

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