#A1A48E

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

Shades of Bud #A1A48E

Tints of Bud #A1A48E

Color information

#A1A48E (or 0xA1A48E) is unknown color: approx Bud. HEX triplet: A1, A4 and 8E. RGB value is (161,164,142). Sum of RGB (Red+Green+Blue) = 161+164+142=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A48E is #5E5B71. Grayscale: #A0A0A0. Windows color (decimal): -6183794 or 9348257. OLE color: 9348257.

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

Color convert

RGB161164142-
CMYK0.0200.130.36
HSL68.18º10.78%60%-
HSV(B)68.18º13.41%64.31%-
XYZ32.8636.0830.82-
YUV160.59117.51128.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=34.48%
G=35.12%
B=30.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611641420.0200.130.3668.1810.7860
HexA1A48E20D2444b3c
Octal2412442162015441041374
Binary101000011010010010001110100110110010010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A48E; }

 p { color: rgb(161,164,142); }

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

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

 a { background-color: rgb(161,164,142); }

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

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

 span { border-color: rgb(161,164,142); }

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