#A1A28D

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

Shades of Bud #A1A28D

Tints of Bud #A1A28D

Color information

#A1A28D (or 0xA1A28D) is unknown color: approx Bud. HEX triplet: A1, A2 and 8D. RGB value is (161,162,141). Sum of RGB (Red+Green+Blue) = 161+162+141=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A28D is #5E5D72. Grayscale: #9F9F9F. Windows color (decimal): -6184307 or 9282209. OLE color: 9282209.

HSL color Cylindrical-coordinate representation of color #A1A28D: hue angle of 62.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1A28D is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB161162141-
CMYK0.0100.130.36
HSL62.86º10.14%59.41%-
HSV(B)62.86º12.96%63.53%-
XYZ32.4335.3430.31-
YUV159.31117.67129.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=34.70%
G=34.91%
B=30.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621410.0100.130.3662.8610.1459.41
HexA1A28D10D243fa3b
Octal241242215101544771273
Binary1010000110100010100011011011011001001111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A28D; }

 p { color: rgb(161,162,141); }

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

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

 a { background-color: rgb(161,162,141); }

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

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

 span { border-color: rgb(161,162,141); }

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