#ABAB8B

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

Shades of Bud #ABAB8B

Tints of Bud #ABAB8B

Color information

#ABAB8B (or 0xABAB8B) is unknown color: approx Bud. HEX triplet: AB, AB and 8B. RGB value is (171,171,139). Sum of RGB (Red+Green+Blue) = 171+171+139=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB8B is #545474. Grayscale: #A7A7A7. Windows color (decimal): -5526645 or 9153451. OLE color: 9153451.

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

Color convert

RGB171171139-
CMYK000.190.33
HSL60º16%60.78%-
HSV(B)60º18.71%67.06%-
XYZ36.0239.6530.18-
YUV167.35112130.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=35.55%
G=35.55%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171139000.190.33601660.78
HexABAB8B0013213c103d
Octal253253213002341742075
Binary101010111010101110001011001001110000111110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB8B; }

 p { color: rgb(171,171,139); }

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

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

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

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

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

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

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