#A1A688

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

Shades of Bud #A1A688

Tints of Bud #A1A688

Color information

#A1A688 (or 0xA1A688) is unknown color: approx Bud. HEX triplet: A1, A6 and 88. RGB value is (161,166,136). Sum of RGB (Red+Green+Blue) = 161+166+136=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A688 is #5E5977. Grayscale: #A1A1A1. Windows color (decimal): -6183288 or 8955553. OLE color: 8955553.

HSL color Cylindrical-coordinate representation of color #A1A688: hue angle of 70º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1A688 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB161166136-
CMYK0.0300.180.35
HSL70º14.42%59.22%-
HSV(B)70º18.07%65.1%-
XYZ32.7836.6328.63-
YUV161.08113.84127.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 136 (53.52% from 255) = 29.37%
R=34.77%
G=35.85%
B=29.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661360.0300.180.357014.4259.22
HexA1A68830122346e3b
Octal2412462103022431061673
Binary1010000110100110100010001101001010001110001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A688; }

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

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

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

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

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

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

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

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