#A8AC95

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

Shades of Bud #A8AC95

Tints of Bud #A8AC95

Color information

#A8AC95 (or 0xA8AC95) is unknown color: approx Bud. HEX triplet: A8, AC and 95. RGB value is (168,172,149). Sum of RGB (Red+Green+Blue) = 168+172+149=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC95 is #57536A. Grayscale: #A8A8A8. Windows color (decimal): -5722987 or 9809064. OLE color: 9809064.

HSL color Cylindrical-coordinate representation of color #A8AC95: hue angle of 70.43º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8AC95 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB168172149-
CMYK0.0200.130.33
HSL70.43º12.17%62.94%-
HSV(B)70.43º13.37%67.45%-
XYZ36.334034.24-
YUV168.18117.17127.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=34.36%
G=35.17%
B=30.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721490.0200.130.3370.4312.1762.94
HexA8AC9520D2146c3f
Octal2502542252015411061477
Binary101010001010110010010101100110110000110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC95; }

 p { color: rgb(168,172,149); }

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

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

 a { background-color: rgb(168,172,149); }

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

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

 span { border-color: rgb(168,172,149); }

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