#A8AB8A

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

Shades of Bud #A8AB8A

Tints of Bud #A8AB8A

Color information

#A8AB8A (or 0xA8AB8A) is unknown color: approx Bud. HEX triplet: A8, AB and 8A. RGB value is (168,171,138). Sum of RGB (Red+Green+Blue) = 168+171+138=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB8A is #575475. Grayscale: #A6A6A6. Windows color (decimal): -5723254 or 9087912. OLE color: 9087912.

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

Color convert

RGB168171138-
CMYK0.0200.190.33
HSL65.45º16.42%60.59%-
HSV(B)65.45º19.3%67.06%-
XYZ35.339.2929.77-
YUV166.34112.01129.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=35.22%
G=35.85%
B=28.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711380.0200.190.3365.4516.4260.59
HexA8AB8A20132141103d
Octal2502532122023411012075
Binary10101000101010111000101010010011100001100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB8A; }

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

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

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

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

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

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

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

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