#A8AB94

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

Shades of Bud #A8AB94

Tints of Bud #A8AB94

Color information

#A8AB94 (or 0xA8AB94) is unknown color: approx Bud. HEX triplet: A8, AB and 94. RGB value is (168,171,148). Sum of RGB (Red+Green+Blue) = 168+171+148=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB94 is #57546B. Grayscale: #A7A7A7. Windows color (decimal): -5723244 or 9743272. OLE color: 9743272.

HSL color Cylindrical-coordinate representation of color #A8AB94: hue angle of 67.83º 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 #A8AB94 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB168171148-
CMYK0.0200.130.33
HSL67.83º12.04%62.55%-
HSV(B)67.83º13.45%67.06%-
XYZ36.0639.5933.76-
YUV167.48117.01128.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=34.50%
G=35.11%
B=30.39%

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
Decimal1681711480.0200.130.3367.8312.0462.55
HexA8AB9420D2144c3f
Octal2502532242015411041477
Binary101010001010101110010100100110110000110001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB94; }

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

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

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

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

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

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

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

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