#A8AC94

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

Shades of Bud #A8AC94

Tints of Bud #A8AC94

Color information

#A8AC94 (or 0xA8AC94) is unknown color: approx Bud. HEX triplet: A8, AC and 94. RGB value is (168,172,148). Sum of RGB (Red+Green+Blue) = 168+172+148=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC94 is #57536B. Grayscale: #A8A8A8. Windows color (decimal): -5722988 or 9743528. OLE color: 9743528.

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

Color convert

RGB168172148-
CMYK0.0200.140.33
HSL70º12.63%62.75%-
HSV(B)70º13.95%67.45%-
XYZ36.2539.9733.82-
YUV168.07116.67127.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.43%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=34.43%
G=35.25%
B=30.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721480.0200.140.337012.6362.75
HexA8AC9420E2146d3f
Octal2502542242016411061577
Binary101010001010110010010100100111010000110001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC94; }

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

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

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

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

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

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

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

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