#A1A98B

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

Shades of Bud #A1A98B

Tints of Bud #A1A98B

Color information

#A1A98B (or 0xA1A98B) is unknown color: approx Bud. HEX triplet: A1, A9 and 8B. RGB value is (161,169,139). Sum of RGB (Red+Green+Blue) = 161+169+139=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A98B is #5E5674. Grayscale: #A3A3A3. Windows color (decimal): -6182517 or 9152929. OLE color: 9152929.

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

Color convert

RGB161169139-
CMYK0.0500.180.34
HSL76º14.85%60.39%-
HSV(B)76º17.75%66.27%-
XYZ33.5537.8229.96-
YUV163.19114.35126.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=34.33%
G=36.03%
B=29.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611691390.0500.180.347614.8560.39
HexA1A98B5012224cf3c
Octal2412512135022421141774
Binary10100001101010011000101110101001010001010011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A98B; }

 p { color: rgb(161,169,139); }

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

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

 a { background-color: rgb(161,169,139); }

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

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

 span { border-color: rgb(161,169,139); }

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