#A1A98A

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

Shades of Bud #A1A98A

Tints of Bud #A1A98A

Color information

#A1A98A (or 0xA1A98A) is unknown color: approx Bud. HEX triplet: A1, A9 and 8A. RGB value is (161,169,138). Sum of RGB (Red+Green+Blue) = 161+169+138=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A98A is #5E5675. Grayscale: #A3A3A3. Windows color (decimal): -6182518 or 9087393. OLE color: 9087393.

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

Color convert

RGB161169138-
CMYK0.0500.180.34
HSL75.48º15.27%60.2%-
HSV(B)75.48º18.34%66.27%-
XYZ33.4737.7929.57-
YUV163.07113.85126.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=34.40%
G=36.11%
B=29.49%

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
Decimal1611691380.0500.180.3475.4815.2760.2
HexA1A98A5012224bf3c
Octal2412512125022421131774
Binary10100001101010011000101010101001010001010010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A98A; }

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

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

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

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

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

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

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

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