#A1A88E

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

Shades of Bud #A1A88E

Tints of Bud #A1A88E

Color information

#A1A88E (or 0xA1A88E) is unknown color: approx Bud. HEX triplet: A1, A8 and 8E. RGB value is (161,168,142). Sum of RGB (Red+Green+Blue) = 161+168+142=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A88E is #5E5771. Grayscale: #A3A3A3. Windows color (decimal): -6182770 or 9349281. OLE color: 9349281.

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

Color convert

RGB161168142-
CMYK0.0400.150.34
HSL76.15º13%60.78%-
HSV(B)76.15º15.48%65.88%-
XYZ33.5837.5431.07-
YUV162.94116.18126.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=34.18%
G=35.67%
B=30.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611681420.0400.150.3476.151360.78
HexA1A88E40F224cd3d
Octal2412502164017421141575
Binary1010000110101000100011101000111110001010011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A88E; }

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

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

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

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

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

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

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

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