#A1AA8C

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

Shades of Bud #A1AA8C

Tints of Bud #A1AA8C

Color information

#A1AA8C (or 0xA1AA8C) is unknown color: approx Bud. HEX triplet: A1, AA and 8C. RGB value is (161,170,140). Sum of RGB (Red+Green+Blue) = 161+170+140=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA8C is #5E5573. Grayscale: #A4A4A4. Windows color (decimal): -6182260 or 9218721. OLE color: 9218721.

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

Color convert

RGB161170140-
CMYK0.0500.180.33
HSL78º15%60.78%-
HSV(B)78º17.65%66.67%-
XYZ33.8138.2230.41-
YUV163.89114.52125.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=34.18%
G=36.09%
B=29.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611701400.0500.180.33781560.78
HexA1AA8C5012214ef3d
Octal2412522145022411161775
Binary10100001101010101000110010101001010000110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA8C; }

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

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

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

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

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

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

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

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