#ABAB93

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

Shades of Bud #ABAB93

Tints of Bud #ABAB93

Color information

#ABAB93 (or 0xABAB93) is unknown color: approx Bud. HEX triplet: AB, AB and 93. RGB value is (171,171,147). Sum of RGB (Red+Green+Blue) = 171+171+147=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB93 is #54546C. Grayscale: #A8A8A8. Windows color (decimal): -5526637 or 9677739. OLE color: 9677739.

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

Color convert

RGB171171147-
CMYK000.140.33
HSL60º12.5%62.35%-
HSV(B)60º14.04%67.06%-
XYZ36.6239.8933.37-
YUV168.26116129.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=34.97%
G=34.97%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171147000.140.336012.562.35
HexABAB9300E213cd3e
Octal253253223001641741576
Binary1010101110101011100100110011101000011111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB93; }

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

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

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

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

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

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

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

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