#A8AB98

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

Shades of Bud #A8AB98

Tints of Bud #A8AB98

Color information

#A8AB98 (or 0xA8AB98) is unknown color: approx Bud. HEX triplet: A8, AB and 98. RGB value is (168,171,152). Sum of RGB (Red+Green+Blue) = 168+171+152=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB98 is #575467. Grayscale: #A8A8A8. Windows color (decimal): -5723240 or 10005416. OLE color: 10005416.

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

Color convert

RGB168171152-
CMYK0.0200.110.33
HSL69.47º10.16%63.33%-
HSV(B)69.47º11.11%67.06%-
XYZ36.3839.7235.45-
YUV167.94119.01128.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=34.22%
G=34.83%
B=30.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711520.0200.110.3369.4710.1663.33
HexA8AB9820B2145a3f
Octal2502532302013411051277
Binary101010001010101110011000100101110000110001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB98; }

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

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

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

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

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

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

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

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