#A1AA89

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

Shades of Bud #A1AA89

Tints of Bud #A1AA89

Color information

#A1AA89 (or 0xA1AA89) is unknown color: approx Bud. HEX triplet: A1, AA and 89. RGB value is (161,170,137). Sum of RGB (Red+Green+Blue) = 161+170+137=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA89 is #5E5576. Grayscale: #A3A3A3. Windows color (decimal): -6182263 or 9022113. OLE color: 9022113.

HSL color Cylindrical-coordinate representation of color #A1AA89: hue angle of 76.36º 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 #A1AA89 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB161170137-
CMYK0.0500.190.33
HSL76.36º16.26%60.2%-
HSV(B)76.36º19.41%66.67%-
XYZ33.5938.1329.26-
YUV163.55113.02126.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=34.40%
G=36.32%
B=29.27%

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
Decimal1611701370.0500.190.3376.3616.2660.2
HexA1AA895013214c103c
Octal2412522115023411142074
Binary101000011010101010001001101010011100001100110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA89; }

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

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

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

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

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

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

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

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