#A1AA8A

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

Shades of Bud #A1AA8A

Tints of Bud #A1AA8A

Color information

#A1AA8A (or 0xA1AA8A) is unknown color: approx Bud. HEX triplet: A1, AA and 8A. RGB value is (161,170,138). Sum of RGB (Red+Green+Blue) = 161+170+138=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA8A is #5E5575. Grayscale: #A3A3A3. Windows color (decimal): -6182262 or 9087649. OLE color: 9087649.

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

Color convert

RGB161170138-
CMYK0.0500.190.33
HSL76.88º15.84%60.39%-
HSV(B)76.88º18.82%66.67%-
XYZ33.6638.1629.64-
YUV163.66113.52126.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=34.33%
G=36.25%
B=29.42%

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
Decimal1611701380.0500.190.3376.8815.8460.39
HexA1AA8A5013214d103c
Octal2412522125023411152074
Binary101000011010101010001010101010011100001100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA8A; }

 p { color: rgb(161,170,138); }

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

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

 a { background-color: rgb(161,170,138); }

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

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

 span { border-color: rgb(161,170,138); }

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